Commit 47aa4bbf by Francisco Giordano Committed by GitHub

Merge pull request #394 from sot528/fix/remove-coverall-script

Removed coveralls script from package.json
parents f45a4e82 33de7015
......@@ -5,8 +5,7 @@
"scripts": {
"test": "scripts/test.sh",
"console": "truffle console",
"coverage": "scripts/coverage.sh",
"coveralls": "scripts/coveralls.sh"
"coverage": "scripts/coverage.sh"
},
"repository": {
"type": "git",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment