Skip to content

Commit

Permalink
[Dev Deps] update covert, tape; remove unnecessary tap
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 10, 2022
1 parent 783a49b commit 49c5f9f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Expand Up @@ -4,14 +4,13 @@
"description": "parse argument options",
"main": "index.js",
"devDependencies": {
"covert": "^1.0.0",
"covert": "^1.1.1",
"npmignore": "^0.3.0",
"tap": "~0.4.0",
"tape": "^3.5.0"
"tape": "^5.6.1"
},
"scripts": {
"prepack": "npmignore --auto --commentLines=auto",
"test": "tap test/*.js",
"test": "tape test/*.js",
"coverage": "covert test/*.js"
},
"testling": {
Expand Down

0 comments on commit 49c5f9f

Please sign in to comment.