Skip to content

Commit

Permalink
Adds back npm run coveralls to package.json for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fegemo committed Feb 24, 2016
1 parent 1c16690 commit 8fdde57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,8 @@
"url": "git://github.com/fegemo/bespoke-math.git"
},
"scripts": {
"test": "gulp"
"test": "gulp",
"coveralls": "gulp coveralls"
},
"peerDependencies": {
"bespoke": ">=1.0.0"
Expand Down

0 comments on commit 8fdde57

Please sign in to comment.