Skip to content

Commit

Permalink
Merge 8586451 into 448d1cc
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Jul 11, 2019
2 parents 448d1cc + 8586451 commit 277ae8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -12,7 +12,7 @@
"typescript-test": "npm run typescript-compile-test && npm run typescript-compile-execute",
"test": "tape test/*.js test/*/*.js | faucet",
"ci": "npm run lint && npm run typescript-test && npm run coverage",
"coverage": "istanbul cover tape test/*.js test/*/*.js",
"coverage": "nyc --reporter=lcov tape test/*.js test/*/*.js",
"coveralls": "cat coverage/lcov.info | coveralls"
},
"pre-commit": [
Expand Down Expand Up @@ -46,9 +46,9 @@
"coveralls": "^3.0.4",
"duplexify": "^4.1.1",
"faucet": "0.0.1",
"istanbul": "^0.4.5",
"mqtt": "^3.0.0",
"mqtt-connection": "^4.0.0",
"nyc": "^14.1.1",
"pre-commit": "^1.2.2",
"standard": "^12.0.1",
"tape": "^4.10.2",
Expand Down

0 comments on commit 277ae8d

Please sign in to comment.