Skip to content

Commit

Permalink
coveralls sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Jul 16, 2015
1 parent 8d30fc4 commit 0b4d7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -40,7 +40,7 @@
"check": "flow check",
"build": "rm -rf lib/* && babel src --ignore __tests__ --out-dir lib",
"watch": "babel scripts/watch.js | node",
"coveralls": "isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
"coveralls": "babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"dependencies": {
"babel-runtime": "5.7.0"
Expand Down

0 comments on commit 0b4d7c6

Please sign in to comment.