We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe76979 commit 87d43f2Copy full SHA for 87d43f2
package.json
@@ -14,7 +14,7 @@
14
"scripts": {
15
"test": "npm-run-all clean lint babel babel-test lab",
16
"watch-test": "onchange 'src/*.es6' 'test/*.es6' -i -- npm test",
17
- "lab": "lab -c -C -r tap -o stdout -r html -o coverage.html -r lcov | ./node_modules/.bin/coveralls",
+ "lab": "lab -c -C -r tap -o stdout -r html -o coverage.html",
18
"lab-coveralls": "lab -r lcov | ./node_modules/.bin/coveralls",
19
"clean": "rm -rf ./lib",
20
"lint": "eslint src/ --ignore-path .gitignore",
0 commit comments