Merge pull request #394 from sot528/fix/remove-coverall-script
Removed coveralls script from package.json
Showing
| ... | @@ -5,8 +5,7 @@ | ... | @@ -5,8 +5,7 @@ |
| "scripts": { | "scripts": { | ||
| "test": "scripts/test.sh", | "test": "scripts/test.sh", | ||
| "console": "truffle console", | "console": "truffle console", | ||
| "coverage": "scripts/coverage.sh", | "coverage": "scripts/coverage.sh" | ||
| "coveralls": "scripts/coveralls.sh" | |||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | ... |
Please
register
or
sign in
to comment