Skip to content

Commit

Permalink
Merge pull request #122 from snyk-labs/fix/add-snyk-protect-missing-dep
Browse files Browse the repository at this point in the history
fix: npx snyk protect instead of installing it
  • Loading branch information
aarlaud authored Oct 28, 2024
2 parents d23b4f0 + 128d254 commit 58aaa27
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "mocha ./tests && npm run lint",
"snyk-protect": "snyk-protect",
"snyk-protect": "npx @snyk/protect",
"prepare": "npm run snyk-protect",
"lint": "prettier --check **/*.js",
"format": "prettier --write **/*.js"
Expand All @@ -16,7 +16,6 @@
"snyk-filter": "./index.js"
},
"dependencies": {
"@snyk/protect": "1.1167.0",
"chalk": "4.1.2",
"debug": "4.3.4",
"is-relative": "1.0.0",
Expand Down

0 comments on commit 58aaa27

Please sign in to comment.