Skip to content

Commit

Permalink
Removes nsp due to deprecation (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Nov 20, 2018
1 parent 8b83aae commit 6409dc0
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 @@ -21,7 +21,7 @@
"node": ">=8.9.4"
},
"scripts": {
"test": "standard && nsp check && ava",
"test": "standard && ava",
"test-offline": "standard && ava",
"coverage": "nyc ava",
"coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls",
Expand Down Expand Up @@ -61,7 +61,6 @@
"devDependencies": {
"ava": "0.25.0",
"coveralls": "3.0.2",
"nsp": "3.2.1",
"micro-dev": "3.0.0",
"nyc": "13.1.0",
"standard": "12.0.1",
Expand Down

0 comments on commit 6409dc0

Please sign in to comment.