Skip to content

Commit

Permalink
Added a license checker (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought authored and mcollina committed Jul 17, 2019
1 parent 8015077 commit eac037c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
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 @@ -60,6 +61,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 eac037c

Please sign in to comment.