Skip to content

Commit

Permalink
put it back. its black magic
Browse files Browse the repository at this point in the history
  • Loading branch information
aeweidne committed Jul 28, 2016
1 parent 8b8b2a2 commit c2fab99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "cf.js",
"scripts": {
"test": ". test/.env && mocha test",
"coverage": "test/.env && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"coverage": ". test/.env && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"lint": "eslint cf.js"
},
"repository": {
Expand Down

0 comments on commit c2fab99

Please sign in to comment.