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 3639e0c commit f0fb958
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@
"description": "parse argument options",
"main": "index.js",
"devDependencies": {
"tape": "~1.0.4",
"tap": "~0.4.0"
"tape": "^5.6.1"
},
"scripts": {
"prepack": "npmignore --auto --commentLines=auto",
"test": "tap test/*.js"
"test": "tape test/*.js"
},
"testling" : {
"files" : "test/*.js",
"browsers" : [
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"ff/5", "firefox/latest",
"chrome/10", "chrome/latest",
"safari/5.1", "safari/latest",
"ff/5",
"firefox/latest",
"chrome/10",
"chrome/latest",
"safari/5.1",
"safari/latest",
"opera/12"
]
},
Expand Down

0 comments on commit f0fb958

Please sign in to comment.