[Pkg-javascript-commits] [node-coveralls] 215/332: put test deps in dev-dependencies

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 13:54:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-coveralls.

commit acb47bd706d0d503330876210b5a802ffacee231
Author: Andrii Shumada <eagleeyes91 at gmail.com>
Date:   Thu Aug 6 01:40:36 2015 +0300

    put test deps in dev-dependencies
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0ba9343..2640ab6 100644
--- a/README.md
+++ b/README.md
@@ -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:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git



More information about the Pkg-javascript-commits mailing list