Skip to content

Commit

Permalink
fix: remove npm-check to not introduce vulnerability
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Hoover <brent@thebuddhalodge.com>
  • Loading branch information
brent-hoover committed Dec 13, 2021
1 parent ec4f0f5 commit 7f13ab2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,7 @@
"version": "echo $npm_package_version",
"postinstall": "is-ci || is-docker || husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"npm-check": "npm-check -u"
"postpublish": "pinst --enable"
},
"babel": {
"plugins": [
Expand Down

0 comments on commit 7f13ab2

Please sign in to comment.