Skip to content

Commit

Permalink
Fixes #88 nsp deprecation (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Dec 12, 2018
1 parent 9005a6a commit c2d8525
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 @@
},
"scripts": {
"doctoc": "doctoc README.md --github",
"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 @@ -51,7 +51,6 @@
"ava": "0.25.0",
"coveralls": "3.0.2",
"doctoc": "1.4.0",
"nsp": "3.2.1",
"nyc": "13.1.0",
"standard": "12.0.1"
}
Expand Down

0 comments on commit c2d8525

Please sign in to comment.