Skip to content

Commit 8794193

Browse files
committed
🛠 change the bin name, 🎉 publish 0.0.10
1 parent bc73198 commit 8794193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-react-scripts",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "Allow custom config for create-react-app without ejecting",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",
@@ -20,7 +20,7 @@
2020
"utils"
2121
],
2222
"bin": {
23-
"custom-react-scripts": "./bin/custom-react-scripts.js"
23+
"react-scripts": "./bin/react-scripts.js"
2424
},
2525
"dependencies": {
2626
"autoprefixer": "6.4.1",

0 commit comments

Comments
 (0)