Skip to content

Commit 876cbe9

Browse files
committed
v0.0.2
1 parent bfbc25e commit 876cbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "mocha",
88
"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",
9+
"coveralls": "npm install coveralls && cat .tmp/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)