Skip to content

Commit

Permalink
Merge 2df021b into 93e381e
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Jul 17, 2019
2 parents 93e381e + 2df021b commit 3813987
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -13,7 +13,8 @@
"test": "tape test/*.js test/*/*.js | faucet",
"ci": "npm run lint && npm run typescript-test && npm run coverage",
"coverage": "nyc --reporter=lcov tape test/*.js test/*/*.js",
"coveralls": "cat coverage/lcov.info | coveralls"
"coveralls": "cat coverage/lcov.info | coveralls",
"license-checker": "license-checker --production --onlyAllow='MIT;ISC;BSD-3-Clause;BSD-2-Clause'"
},
"pre-commit": [
"lint",
Expand Down Expand Up @@ -46,6 +47,7 @@
"coveralls": "^3.0.5",
"duplexify": "^4.1.1",
"faucet": "0.0.1",
"license-checker": "^25.0.1",
"mqtt": "^3.0.0",
"mqtt-connection": "^4.0.0",
"nyc": "^14.1.1",
Expand Down

0 comments on commit 3813987

Please sign in to comment.