README: add --save-dev [skip ci]

Closes gh-4910
This commit is contained in:
Henry Zhu
2016-11-29 08:37:54 -05:00
parent 2311b5b53a
commit e86f62b304
80 changed files with 80 additions and 80 deletions

View File

@@ -5,7 +5,7 @@ Allow parsing of object rest/spread.
## Installation
```sh
npm install babel-plugin-syntax-object-rest-spread
npm install --save-dev babel-plugin-syntax-object-rest-spread
```
## Usage