We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9518bd4 commit d6f7699Copy full SHA for d6f7699
global-cli/package.json
@@ -1,6 +1,9 @@
1
{
2
"name": "create-react-app",
3
"version": "1.0.0",
4
+ "files": [
5
+ "index.js"
6
+ ],
7
"bin": {
8
"create-react-app": "index.js"
9
},
package.json
@@ -6,6 +6,16 @@
"build": "node scripts/build.js",
"create-react-app": "node global-cli/index.js --scripts-version \"$PWD/`npm pack`\""
10
+ "LICENSE",
11
+ "PATENTS",
12
+ ".eslintrc",
13
+ "bin",
14
+ "scripts",
15
+ "src",
16
+ "webpack.config.dev.js",
17
+ "webpack.config.prod.js"
18
19
20
"start-react-app": "./bin/start-react-app.js",
21
"build-react-app": "./bin/build-react-app.js",
0 commit comments