From 2a23a3f23ef2688f49f686e456632e3f05ec6ea0 Mon Sep 17 00:00:00 2001 From: Ryan Inch Date: Thu, 5 Sep 2024 01:39:11 -0400 Subject: [PATCH] [Mozilla Branding Removal] Update package.json Update the links to reflect the change to Hubs Foundation Update a few missed links in package-lock.json as well. Now that both package.json and package-lock.json are back in sync npm ci completes successfully again. --- package-lock.json | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f888b3a..8ab1067 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "peerDependencies": { "bitecs": "github:Hubs-Foundation/bitECS#hubs-patches", "postprocessing": "~6.28.7", - "three": "github:mozillareality/three.js#65b5105908f5f135cad25fed07e25f15f3876777" + "three": "github:Hubs-Foundation/three.js#65b5105908f5f135cad25fed07e25f15f3876777" } }, "node_modules/@discoveryjs/json-ext": { @@ -2333,7 +2333,7 @@ }, "bitecs": { "version": "git+ssh://git@github.com/Hubs-Foundation/bitECS.git#913b4ae261684eee205251e41a3250d1c1a2817e", - "from": "bitecs@github:mozilla/bitECS#hubs-patches" + "from": "bitecs@github:Hubs-Foundation/bitECS#hubs-patches" }, "braces": { "version": "3.0.2", @@ -3110,7 +3110,7 @@ "three": { "version": "git+ssh://git@github.com/Hubs-Foundation/three.js.git#65b5105908f5f135cad25fed07e25f15f3876777", "integrity": "sha512-J6jMBkLHP+YqHHEHsn5iFBTbrhzw8yrO4ZqD0gQM3RrchgG0h6ZZp3XW90IwvrNqRDI2YBTys50d3JsPF5pJEg==", - "from": "three@github:mozillareality/three.js#65b5105908f5f135cad25fed07e25f15f3876777", + "from": "three@github:Hubs-Foundation/three.js#65b5105908f5f135cad25fed07e25f15f3876777", "peer": true }, "to-regex-range": { diff --git a/package.json b/package.json index 7d758cc..73f6162 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "type": "module", "module": "dist/index.mjs", "devDependencies": { - "@types/hubs": "github:MozillaReality/hubs-ts-types#main", + "@types/hubs": "github:Hubs-Foundation/hubs-ts-types#main", "@types/node": "^18.15.0", "@types/three": "^0.141.0", "ts-loader": "^9.5.1", @@ -35,8 +35,8 @@ "webpack-cli": "^5.1.4" }, "peerDependencies": { - "bitecs": "github:mozilla/bitECS#hubs-patches", + "bitecs": "github:Hubs-Foundation/bitECS#hubs-patches", "postprocessing": "~6.28.7", - "three": "github:mozillareality/three.js#65b5105908f5f135cad25fed07e25f15f3876777" + "three": "github:Hubs-Foundation/three.js#65b5105908f5f135cad25fed07e25f15f3876777" } }