Skip to content

Commit

Permalink
Fixes #95 nsp deprecation (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Sep 5, 2018
1 parent 911a2a1 commit 1a30269
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![Build Status](https://travis-ci.org/telemark/micro-dsf.svg?branch=master)](https://travis-ci.org/telemark/micro-dsf)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
[![Greenkeeper badge](https://badges.greenkeeper.io/telemark/micro-dsf.svg)](https://greenkeeper.io/)

# micro-dsf

Expand Down Expand Up @@ -142,5 +141,3 @@ docker run -d \
## License

[MIT](LICENSE)

![Robohash image of micro-dsf](https://robots.kebabstudios.party/micro-dsf.png "Robohash image of micro-dsf")
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": ">=10.9.0"
},
"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 @@ -54,7 +54,6 @@
"axios": "0.18.0",
"ava": "0.25.0",
"coveralls": "3.0.2",
"nsp": "3.2.1",
"nyc": "13.0.1",
"standard": "12.0.1",
"test-listen": "1.1.0"
Expand Down

0 comments on commit 1a30269

Please sign in to comment.