Skip to content

Commit

Permalink
Adding npm run coverage and npm run coverage-quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 6, 2014
1 parent adb2d36 commit 228bb1b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"tape": "~2.13.2",
"browserify-server": "~2.1.18",
"browservefy": "~0.0.10",
"testem": "~0.6.8"
"testem": "~0.6.8",
"covert": "~0.4.0"
},
"licenses": [
{
Expand All @@ -33,7 +34,9 @@
"test": "node test/index.js",
"build": "browserify-server --bundle=test/index.js -o test/static/bundle.js --debug",
"testem": "testem",
"example": "browservefy ./examples/simple.js --browserify='browserify-server' --live -- --debug --bundle"
"example": "browservefy ./examples/simple.js --browserify='browserify-server' --live -- --debug --bundle",
"coverage": "covert test/index.js",
"coverage-quiet": "covert test/index.js --quiet"
},
"testling": {
"files": "test/index.js",
Expand Down

0 comments on commit 228bb1b

Please sign in to comment.