Skip to content

Commit

Permalink
Fixes #30 nsp deprecation (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Dec 13, 2018
1 parent 23e372f commit c380879
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"index.js"
],
"scripts": {
"test": "standard && nsp check && ava",
"test": "standard && npm audit && ava",
"test-offline": "standard && ava",
"coverage": "nyc ava",
"coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls",
Expand Down Expand Up @@ -42,7 +42,6 @@
"devDependencies": {
"ava": "0.25.0",
"coveralls": "3.0.2",
"nsp": "3.2.1",
"nyc": "13.1.0",
"standard": "12.0.1"
},
Expand Down

0 comments on commit c380879

Please sign in to comment.