Skip to content

Commit

Permalink
chore: remove the call to nsp in the npm prepare script. (#103)
Browse files Browse the repository at this point in the history
nsp is now shutdown
  • Loading branch information
lholmquist authored Dec 12, 2018
1 parent 852b7f5 commit a30312a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a30312a

Please sign in to comment.