Skip to content

Commit

Permalink
Add npm-audit script.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugojosefson committed Dec 31, 2018
1 parent 1f692db commit 95a2be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -19,6 +19,7 @@
"lint-fix": "standard --fix",
"prepare": "run-s documentation",
"documentation": "documentation readme --section=API --shallow --format=md src/api.js",
"npm-audit": "npm install --package-lock-only && npm audit; rm package-lock.json",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"nyc": {
Expand Down

0 comments on commit 95a2be3

Please sign in to comment.