Temporarily disable snyk protect during install

This commit is contained in:
Nicolas Giard 2016-11-22 10:40:28 -05:00 committed by GitHub
parent 8c0ed4682c
commit 774f0525e6

View File

@ -8,7 +8,7 @@
"dev": "gulp",
"test": "snyk test && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec ./tests/index.js && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
"__prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",