Skip to content

Commit

Permalink
docs: pdate README.md to suggest --save-dev (#437)
Browse files Browse the repository at this point in the history
There is very little chance people will need coverage as more then a dev dependency.
  • Loading branch information
thepont authored and bcoe committed Nov 7, 2016
1 parent f8e06e4 commit 4d15610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ integrated with coveralls and travis-ci.org:
1. add the coveralls and nyc dependencies to your module:

```shell
npm install coveralls nyc --save
npm install coveralls nyc --save-dev
```

2. update the scripts in your package.json to include these bins:
Expand Down

0 comments on commit 4d15610

Please sign in to comment.