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

@@ -19,7 +19,7 @@ eval("(function () { return 'foo'; })");
## Installation
```sh
npm install babel-plugin-transform-eval
npm install --save-dev babel-plugin-transform-eval
```
## Usage