Skip to content

Commit

Permalink
investigating coverage drop
Browse files Browse the repository at this point in the history
  • Loading branch information
umutozel committed Sep 26, 2018
1 parent 9ad2763 commit adb6e10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"test": "mocha --opts mocha.opts --reporter spec",
"cover": "nyc --reporter text-summary mocha --opts mocha.opts --reporter spec",
"coveralls": "nyc mocha --opts mocha.opts && nyc report --reporter=text-lcov --opts mocha.opts | coveralls",
"build": "tsc",
"prepublish": "npm run build"
"build": "tsc"
},
"author": "Umut Özel",
"license": "MIT",
Expand Down

0 comments on commit adb6e10

Please sign in to comment.