Skip to content

Commit

Permalink
Fixes #77 nspm deprecation (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Dec 10, 2018
1 parent 248731c commit 7c28150
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 @@ -19,7 +19,7 @@
"node": ">=10"
},
"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 @@ -50,7 +50,6 @@
"ava": "0.25.0",
"coveralls": "3.0.2",
"dotenv": "6.2.0",
"nsp": "3.2.1",
"nyc": "13.1.0",
"standard": "12.0.1"
},
Expand Down

0 comments on commit 7c28150

Please sign in to comment.