Skip to content

Commit 49c5f9f

Browse files
committed
[Dev Deps] update covert, tape; remove unnecessary tap
1 parent 783a49b commit 49c5f9f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
"description": "parse argument options",
55
"main": "index.js",
66
"devDependencies": {
7-
"covert": "^1.0.0",
7+
"covert": "^1.1.1",
88
"npmignore": "^0.3.0",
9-
"tap": "~0.4.0",
10-
"tape": "^3.5.0"
9+
"tape": "^5.6.1"
1110
},
1211
"scripts": {
1312
"prepack": "npmignore --auto --commentLines=auto",
14-
"test": "tap test/*.js",
13+
"test": "tape test/*.js",
1514
"coverage": "covert test/*.js"
1615
},
1716
"testling": {

0 commit comments

Comments
 (0)