Skip to content

Commit f0fb958

Browse files
committedOct 10, 2022
[Dev Deps] update covert, tape; remove unnecessary tap
1 parent 3639e0c commit f0fb958

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed
 

‎package.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@
44
"description": "parse argument options",
55
"main": "index.js",
66
"devDependencies": {
7-
"tape": "~1.0.4",
8-
"tap": "~0.4.0"
7+
"tape": "^5.6.1"
98
},
109
"scripts": {
1110
"prepack": "npmignore --auto --commentLines=auto",
12-
"test": "tap test/*.js"
11+
"test": "tape test/*.js"
1312
},
14-
"testling" : {
15-
"files" : "test/*.js",
16-
"browsers" : [
13+
"testling": {
14+
"files": "test/*.js",
15+
"browsers": [
1716
"ie/6..latest",
18-
"ff/5", "firefox/latest",
19-
"chrome/10", "chrome/latest",
20-
"safari/5.1", "safari/latest",
17+
"ff/5",
18+
"firefox/latest",
19+
"chrome/10",
20+
"chrome/latest",
21+
"safari/5.1",
22+
"safari/latest",
2123
"opera/12"
2224
]
2325
},

0 commit comments

Comments
 (0)
Please sign in to comment.