mirror of
https://github.com/facebook/react.git
synced 2026-02-21 19:31:52 +00:00
[compiler] Add git info to package.json files in compiler packages (#30475)
This PR adds the repository field to `compiler/packages/*/package.json` | eslint-plugin-react-compiler | eslint-plugin-react-hooks | | --- | --- | |  |  |
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user