Skip to content

Commit

Permalink
coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Aug 11, 2014
1 parent 02ed371 commit e5531ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -5,10 +5,12 @@
"main": "index.js",
"devDependencies": {
"tape": "~1.0.4",
"tap": "~0.4.0"
"tap": "~0.4.0",
"covert": "^1.0.0"
},
"scripts": {
"test": "tap test/*.js"
"test": "tap test/*.js",
"coverage": "covert test/*.js"
},
"testling" : {
"files" : "test/*.js",
Expand Down

0 comments on commit e5531ba

Please sign in to comment.