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 c5905b0 commit a81a7aeCopy full SHA for a81a7ae
CHANGELOG.md
@@ -143,7 +143,7 @@
143
You may optionally update the global command (it’s not required, but it adds Yarn support for new projects):
144
145
```
146
-npm install -g create-react-app@0.7.0
+npm install -g create-react-app@1.0.0
147
148
149
Inside any created project that has not been ejected, run:
packages/create-react-app/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-react-app",
3
- "version": "0.7.0",
+ "version": "1.0.0",
4
"keywords": [
5
"react"
6
],
0 commit comments