Skip to content

Commit

Permalink
Merge pull request #114 from quinnturner/patch-1
Browse files Browse the repository at this point in the history
Simplify `audit-ci` expression
  • Loading branch information
silentsakky authored Dec 18, 2018
2 parents dd6ed68 + 93f747a commit 5282690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"size": "echo \"Gzipped Size: $(gzip-size $npm_package_main | pretty-bytes)\"",
"prepublishOnly": "npm test && npm run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags",
"publish:beta": "npm publish --tag=beta",
"security:audit": "audit-ci --moderate --critical --high"
"security:audit": "audit-ci --moderate"
},
"keywords": [
"zimbra",
Expand Down

0 comments on commit 5282690

Please sign in to comment.