diff options
| author | Andrii Shumada <[email protected]> | 2015-08-06 01:40:36 +0300 |
|---|---|---|
| committer | Andrii Shumada <[email protected]> | 2015-08-06 01:40:36 +0300 |
| commit | acb47bd706d0d503330876210b5a802ffacee231 (patch) | |
| tree | 5ba9af0dfed6934dae94c31d591fd59731a7223a | |
| parent | 0a58986dea663eed81efd1efbbd212944969a4ab (diff) | |
| download | node-coveralls-acb47bd706d0d503330876210b5a802ffacee231.tar.xz node-coveralls-acb47bd706d0d503330876210b5a802ffacee231.zip | |
put test deps in dev-dependencies
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,12 +9,12 @@ Supported CI services: [travis-ci](https://travis-ci.org/), [codeship](https:// ##Installation: Add the latest version of `coveralls` to your package.json: ``` -npm install coveralls --save +npm install coveralls --save-dev ``` If you're using mocha, add `mocha-lcov-reporter` to your package.json: ``` -npm install mocha-lcov-reporter --save +npm install mocha-lcov-reporter --save-dev ``` ##Usage: |
