From 7acb1db632b49084f2a5bca09aafc6e39a3c2bee Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Sun, 16 Jul 2017 23:53:43 +0530 Subject: [PATCH] fix(snyk): Remove snyk config --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index b993eeaf71d..ebee9c8fd39 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "lint-json": "npm run lint-server && npm run lint-challenges && npm run lint-resources && npm run lint-utils", "pretest": "npm run create-rev && npm run lint", "snyk-protect": "snyk protect", - "prepublish": "npm run snyk-protect", "test-challenges": "babel-node seed/test-challenges.js | tap-spec", "test-js": "npm run test-js-client && npm run test-js-common && npm run test-js-server", "test-js-client": "tape -r babel-register \"client/**/*.test.js\" | tap-spec",