Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix version in CHANGELOG npm install command (facebook#557)
For the 0.4.0 CHANGELOG entry, the npm install command should be: ``` npm install --save-dev --save-exact [email protected] ``` Not: ``` npm install --save-dev --save-exact [email protected] ```
- Loading branch information