Skip to content

Commit 719e0f9

Browse files
committed
🛠 mark all packages except react-scripts as private
1 parent 3856cbe commit 719e0f9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/create-react-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "create-react-app",
33
"version": "0.5.0",
4+
"private": true,
45
"keywords": [
56
"react"
67
],

packages/eslint-config-react-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "eslint-config-react-app",
33
"version": "0.2.1",
4+
"private": true,
45
"description": "ESLint configuration used by Create React App",
56
"repository": "facebookincubator/create-react-app",
67
"license": "BSD-3-Clause",

packages/react-dev-utils/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "react-dev-utils",
33
"version": "0.2.1",
4+
"private": true,
45
"description": "Webpack utilities used by Create React App",
56
"repository": "facebookincubator/create-react-app",
67
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)