diff --git a/compiler/package.json b/compiler/package.json index e9f98b0642799..82207d4333a13 100644 --- a/compiler/package.json +++ b/compiler/package.json @@ -12,7 +12,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react-forget.git" + "url": "git+https://github.com/facebook/react.git" }, "scripts": { "copyright": "node scripts/copyright.js", diff --git a/compiler/packages/babel-plugin-react-compiler/package.json b/compiler/packages/babel-plugin-react-compiler/package.json index b27512f94c3b0..c8d9f8b17bc96 100644 --- a/compiler/packages/babel-plugin-react-compiler/package.json +++ b/compiler/packages/babel-plugin-react-compiler/package.json @@ -63,5 +63,10 @@ "@babel/core": "7.2.0", "@babel/generator": "7.2.0", "@babel/traverse": "7.7.4" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/facebook/react.git", + "directory": "compiler/packages/babel-plugin-react-compiler" } } diff --git a/compiler/packages/eslint-plugin-react-compiler/package.json b/compiler/packages/eslint-plugin-react-compiler/package.json index f394d0ab1d3fd..ebd28555b0867 100644 --- a/compiler/packages/eslint-plugin-react-compiler/package.json +++ b/compiler/packages/eslint-plugin-react-compiler/package.json @@ -35,5 +35,10 @@ "peerDependencies": { "eslint": ">=7" }, + "repository": { + "type": "git", + "url": "git+https://github.com/facebook/react.git", + "directory": "compiler/packages/eslint-plugin-react-compiler" + }, "license": "MIT" } diff --git a/compiler/packages/make-read-only-util/package.json b/compiler/packages/make-read-only-util/package.json index fd79714bb4b41..212d934669d5d 100644 --- a/compiler/packages/make-read-only-util/package.json +++ b/compiler/packages/make-read-only-util/package.json @@ -19,5 +19,10 @@ "jest": "^28.1.3", "ts-jest": "^28.0.7", "ts-node": "^10.9.2" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/facebook/react.git", + "directory": "compiler/packages/make-read-only-util" } } diff --git a/compiler/packages/react-compiler-healthcheck/package.json b/compiler/packages/react-compiler-healthcheck/package.json index f0ed77d428eb9..673e18d8ebb34 100644 --- a/compiler/packages/react-compiler-healthcheck/package.json +++ b/compiler/packages/react-compiler-healthcheck/package.json @@ -23,5 +23,10 @@ "engines": { "node": "^14.17.0 || ^16.0.0 || >= 18.0.0" }, - "license": "MIT" + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/facebook/react.git", + "directory": "compiler/packages/react-compiler-healthcheck" + } } diff --git a/compiler/packages/react-compiler-runtime/package.json b/compiler/packages/react-compiler-runtime/package.json index 08f7473a5f5c7..9c356a8d274fb 100644 --- a/compiler/packages/react-compiler-runtime/package.json +++ b/compiler/packages/react-compiler-runtime/package.json @@ -14,5 +14,10 @@ "scripts": { "build": "rimraf dist && rollup --config --bundleConfigAsCjs", "test": "echo 'no tests'" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/facebook/react.git", + "directory": "compiler/packages/react-compiler-runtime" } } diff --git a/compiler/packages/snap/package.json b/compiler/packages/snap/package.json index f7b05ebe53079..5cc4eca5003d4 100644 --- a/compiler/packages/snap/package.json +++ b/compiler/packages/snap/package.json @@ -15,7 +15,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react-forget.git" + "url": "git+https://github.com/facebook/react.git", + "directory": "compiler/packages/snap" }, "dependencies": { "@babel/code-frame": "^7.22.5",