mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-17 22:44:12 +08:00
Fix version in CHANGELOG npm install command (#557)
For the 0.4.0 CHANGELOG entry, the npm install command should be: ``` npm install --save-dev --save-exact react-scripts@0.4.0 ``` Not: ``` npm install --save-dev --save-exact react-scripts@0.3.1 ```
This commit is contained in:
committed by
Dan Abramov
parent
05fc913ab5
commit
ae36f2df94
@@ -12,7 +12,7 @@
|
||||
Inside any created project that has not been ejected, run:
|
||||
|
||||
```
|
||||
npm install --save-dev --save-exact react-scripts@0.3.1
|
||||
npm install --save-dev --save-exact react-scripts@0.4.0
|
||||
```
|
||||
|
||||
### Breaking Change in 0.4.0
|
||||
|
||||
Reference in New Issue
Block a user