From a30312aeaee9b7ca2d8c7d8f63cba15837832917 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Wed, 12 Dec 2018 09:42:19 -0500 Subject: [PATCH] chore: remove the call to nsp in the npm prepare script. (#103) nsp is now shutdown --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 15d088d..3b6e7bc 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "scripts": { "lint": "eslint lib/*.js test/*.js index.js", "test": "tape test/*-test.js | tap-spec", - "prepare": "nsp check", "coverage": "nyc npm test", "coverage:html": "nyc npm test && nyc report --reporter=html", "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",