Skip to content

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnerd committed Jan 6, 2018
1 parent 7037ffe commit a39c749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Server monitoring",
"main": "index.js",
"scripts": {
"example": "NODE_ENV=example nodemon example/index.js",
"test": "lab --leaks -e test -c "
"test": "lab --leaks -e test -c ",
"coveralls": "lab -r lcov | coveralls"
},
"engine": {
"node": ">=8.0.0"
Expand Down

0 comments on commit a39c749

Please sign in to comment.