Skip to content

Commit 0fc122c

Browse files
robhoganmeta-codesync[bot]
authored andcommitted
Add repository metadata to @react-native/core-cli-utils
Summary: This package is published to npm, despite being under `private` - so I missed adding `repository` metadata to it as requried by trusted publish. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D109031681 fbshipit-source-id: 19ec7fbc63a50d13fbebf8e3c42f439038399ea5
1 parent 2816d24 commit 0fc122c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

private/core-cli-utils/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "0.0.0",
44
"description": "Reference implementation of React Native CLI tooling",
55
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/react/react-native.git",
9+
"directory": "private/core-cli-utils"
10+
},
611
"main": "./src/index.js",
712
"exports": {
813
".": "./src/index.js",

0 commit comments

Comments
 (0)