We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b378c commit 8b438b1Copy full SHA for 8b438b1
1 file changed
package.json
@@ -4,8 +4,7 @@
4
"description": "Throw Restify errors easily and consistently!",
5
"main": "index.js",
6
"dependencies": {
7
- "restify-errors": "^4.3.0",
8
- "coverage": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov"
+ "restify-errors": "^4.3.0"
9
},
10
"devDependencies": {
11
"ava": "*",
@@ -17,7 +16,8 @@
17
16
"node": ">=6"
18
19
"scripts": {
20
- "test": "xo && ava"
+ "test": "xo && ava",
+ "coverage": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov"
21
22
"repository": {
23
"type": "git",
0 commit comments