diff --git a/private/core-cli-utils/package.json b/private/core-cli-utils/package.json index c9e27b463674..ee0a07ed08ca 100644 --- a/private/core-cli-utils/package.json +++ b/private/core-cli-utils/package.json @@ -1,13 +1,9 @@ { "name": "@react-native/core-cli-utils", + "private": true, "version": "0.0.0", "description": "Reference implementation of React Native CLI tooling", "license": "MIT", - "repository": { - "type": "git", - "url": "git+https://github.com/react/react-native.git", - "directory": "private/core-cli-utils" - }, "main": "./src/index.js", "exports": { ".": "./src/index.js",