Skip to content

Commit 27e83d0

Browse files
robhoganmeta-codesync[bot]
authored andcommitted
Stop publishing @react-native/core-cli-utils (#57288)
Summary: Pull Request resolved: #57288 #56922 intended to prevent this package publishing to npm but didn't - we've been continuing to publish it in nightlies. `scripts/shared/monorepoUtils.js` filters with `packageJson.private !== true || includePrivate`, i.e. the `private` field is load-bearing, not the path. All other packages in `private/` have `package.json#private: true`. Changelog: [Internal] - the breaking change is already noted in #56922 , no release / cut since. Reviewed By: cortinico Differential Revision: D109153641 fbshipit-source-id: f86ed921dbc7a6b020c57e7d18e6cae5c57b5f1e
1 parent 29e5f95 commit 27e83d0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

private/core-cli-utils/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
{
22
"name": "@react-native/core-cli-utils",
3+
"private": true,
34
"version": "0.0.0",
45
"description": "Reference implementation of React Native CLI tooling",
56
"license": "MIT",
6-
"repository": {
7-
"type": "git",
8-
"url": "git+https://github.com/react/react-native.git",
9-
"directory": "private/core-cli-utils"
10-
},
117
"main": "./src/index.js",
128
"exports": {
139
".": "./src/index.js",

0 commit comments

Comments
 (0)