Skip to content

Commit

Permalink
Merge pull request pelias#1055 from pelias/greenkeeper/nsp-3.0.0
Browse files Browse the repository at this point in the history
Update nsp to the latest version πŸš€
  • Loading branch information
orangejulius authored Nov 10, 2017
2 parents 798f913 + 28f5aa5 commit 330c706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -74,7 +74,7 @@
"istanbul": "^0.4.2",
"jshint": "^2.5.6",
"npm-check": "git://github.com/orangejulius/npm-check.git#disable-update-check",
"nsp": "^2.2.0",
"nsp": "^3.0.0",
"pelias-mock-logger": "1.2.0",
"precommit-hook": "^3.0.0",
"proxyquire": "^1.7.10",
Expand Down

0 comments on commit 330c706

Please sign in to comment.