Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
chore(package.json): add node license validator
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Dec 25, 2016
1 parent e09791f commit 3257c8f
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 @@ -6,9 +6,10 @@
"scripts": {
"test-watch": "watch \"npm run test\" test/spec lib",
"test": "mocha test/spec --check-leaks",
"nlv": "node-license-validator --allow-licenses WTFPL ISC MIT Apache-2.0 --allow-packages \"[email protected]||1.3.0\" [email protected] [email protected] [email protected] --production --deep",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- test/spec --check-leaks",
"docs": "jsdoc lib --destination docs --configure .jsdoc.json --readme README.md ",
"preversion": "npm run test",
"preversion": "npm run nlv && npm run test",
"version": "npm run changelog && git add -A CHANGELOG.md",
"postversion": "git push && git push --tags",
"release-major": "npm version major -m \"chore(release): v%s\"",
Expand Down Expand Up @@ -48,6 +49,7 @@
"jsdoc": "^3.4.1",
"minami": "^1.1.1",
"mocha": "^2.5.3",
"node-license-validator": "^1.3.0",
"watch": "^0.19.2"
},
"dependencies": {
Expand Down

0 comments on commit 3257c8f

Please sign in to comment.