Skip to content

Commit

Permalink
Remove verify-travis-appveyor devDep
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 17, 2021
1 parent f8a0047 commit 40741c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"main": "level.js",
"scripts": {
"test": "standard && nyc node test.js && verify-travis-appveyor",
"test": "standard && nyc node test.js",
"test-browsers-local": "airtap --verbose test-browser.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"hallmark": "hallmark --fix",
Expand All @@ -28,8 +28,7 @@
"nyc": "^15.0.0",
"standard": "^16.0.3",
"tape": "^5.0.1",
"uuid": "^8.3.2",
"verify-travis-appveyor": "^3.0.0"
"uuid": "^8.3.2"
},
"funding": {
"type": "opencollective",
Expand Down

0 comments on commit 40741c3

Please sign in to comment.