Browse Source

Update npm audit script

The location of the nsp binary changed, probably a while ago.
pull/1055/head
Julian Simioni 7 years ago
parent
commit
28f5aa5d6b
No known key found for this signature in database
GPG Key ID: 6DAD08919FDBF563
  1. 2
      package.json

2
package.json

@ -7,7 +7,7 @@
"license": "MIT",
"main": "index.js",
"scripts": {
"audit": "npm shrinkwrap; node node_modules/nsp/bin/nspCLI.js audit-shrinkwrap; rm npm-shrinkwrap.json;",
"audit": "npm shrinkwrap; node node_modules/nsp/bin/nsp check; rm npm-shrinkwrap.json;",
"ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao",
"coverage": "node_modules/.bin/istanbul cover test/unit/run.js",
"docs": "./bin/generate-docs",

Loading…
Cancel
Save