Skip to content

Commit

Permalink
Add faucet
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Sep 14, 2019
1 parent 6df0dce commit 992353b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "standard && hallmark && nyc node test",
"test": "standard && hallmark && (nyc -s node test | faucet) && nyc report",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"hallmark": "hallmark --fix",
"dependency-check": "dependency-check . test/*.js",
Expand All @@ -26,6 +26,7 @@
"after": "^0.8.2",
"coveralls": "^3.0.2",
"dependency-check": "^3.3.0",
"faucet": "^0.0.1",
"hallmark": "^2.0.0",
"level-community": "^3.0.0",
"level-concat-iterator": "^2.0.1",
Expand Down

0 comments on commit 992353b

Please sign in to comment.