Skip to content

Commit

Permalink
Fixes #41 (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Jul 24, 2018
1 parent 7402df1 commit 08aafeb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "index.js",
"browser": "browser.js",
"scripts": {
"test": "standard && nsp check && ava",
"test-offline": "standard && ava",
"test": "standard && ava",
"coverage": "nyc ava",
"coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls",
"standard-fix": "standard --fix",
Expand All @@ -30,7 +29,6 @@
"ava": "0.25.0",
"coveralls": "3.0.2",
"gun": "0.9.9997",
"nsp": "3.2.1",
"nyc": "12.0.2",
"standard": "11.0.1"
},
Expand Down

0 comments on commit 08aafeb

Please sign in to comment.