Skip to content

Commit

Permalink
Merge pull request OpenZeppelin#394 from sot528/fix/remove-coverall-s…
Browse files Browse the repository at this point in the history
…cript

Removed coveralls script from package.json
  • Loading branch information
frangio authored Aug 22, 2017
2 parents 137941b + bc6d415 commit 0af9ab0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0af9ab0

Please sign in to comment.