We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbc25e commit 876cbe9Copy full SHA for 876cbe9
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"test": "mocha",
8
"coverage": "istanbul cover node_modules/mocha/bin/_mocha --dir .tmp/coverage",
9
- "coveralls": "npm install coveralls && cat .tmp/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
+ "coveralls": "npm install coveralls && cat .tmp/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
10
},
11
"repository": {
12
"type": "git",
0 commit comments