Temporarily disable snyk protect during install
This commit is contained in:
		| @@ -8,7 +8,7 @@ | |||||||
|     "dev": "gulp", |     "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", |     "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", |     "snyk-protect": "snyk protect", | ||||||
|     "prepublish": "npm run snyk-protect" |     "__prepublish": "npm run snyk-protect" | ||||||
|   }, |   }, | ||||||
|   "repository": { |   "repository": { | ||||||
|     "type": "git", |     "type": "git", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user