Skip to content

Commit

Permalink
fix: configure Snyk protect to enable patches
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 29, 2019
1 parent bd4d985 commit 9ca9600
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"testCoverage": "cross-env NODE_ENV=test gulp testCoverage",
"testCoveralls": "cross-env NODE_ENV=test gulp testCoverage && cat ./coverage/lcov.info | coveralls",
"generateSSLCerts": "lib/scripts/generate-ssl-certs.sh",
"lint": "gulp lint"
"lint": "gulp lint",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"acl": "~0.4.11",
Expand Down Expand Up @@ -67,7 +69,8 @@
"supertest": "^3.4.2",
"swig": "^1.4.2",
"winston": "^3.1.0",
"zxcvbn": "^4.4.2"
"zxcvbn": "^4.4.2",
"snyk": "^1.123.0"
},
"devDependencies": {
"coveralls": "~3.0.2",
Expand All @@ -84,5 +87,6 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
},
"snyk": true
}

0 comments on commit 9ca9600

Please sign in to comment.