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

@@ -65,7 +65,7 @@ let nowStr = Date(); // Use the 'call constructor()' part to get a string value
## Installation
```sh
npm install babel-plugin-transform-class-constructor-call
npm install --save-dev babel-plugin-transform-class-constructor-call
```
## Usage