Skip to content

Commit 58aaa27

Browse files
authored
Merge pull request #122 from snyk-labs/fix/add-snyk-protect-missing-dep
fix: npx snyk protect instead of installing it
2 parents d23b4f0 + 128d254 commit 58aaa27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha ./tests && npm run lint",
8-
"snyk-protect": "snyk-protect",
8+
"snyk-protect": "npx @snyk/protect",
99
"prepare": "npm run snyk-protect",
1010
"lint": "prettier --check **/*.js",
1111
"format": "prettier --write **/*.js"
@@ -16,7 +16,6 @@
1616
"snyk-filter": "./index.js"
1717
},
1818
"dependencies": {
19-
"@snyk/protect": "1.1167.0",
2019
"chalk": "4.1.2",
2120
"debug": "4.3.4",
2221
"is-relative": "1.0.0",

0 commit comments

Comments
 (0)