From 774f0525e6caee4adc2b7f8b4bd9c4fc5b6371a5 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Tue, 22 Nov 2016 10:40:28 -0500 Subject: [PATCH] Temporarily disable snyk protect during install --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 176f8de6..18ff9987 100644 --- a/package.json +++ b/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",