Browse Source

Temporarily disable snyk protect during install

pull/33/head
Nicolas Giard 7 years ago
committed by GitHub
parent
commit
774f0525e6
1 changed files with 1 additions and 1 deletions
  1. 2
      package.json

2
package.json

@ -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",

Loading…
Cancel
Save