Skip to content

Commit

Permalink
[Dev Deps] update tape
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 12, 2022
1 parent cb91b96 commit 0aec614
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Expand Up @@ -4,10 +4,11 @@
"description": "`[].map(f)` for older browsers",
"main": "index.js",
"devDependencies": {
"tape": "~2.3.2"
"tape": "^5.6.1"
},
"scripts": {
"test": "tape test/*.js"
"tests-only": "tape 'test/**/*.js'",
"test": "npm run tests-only"
},
"repository": {
"type": "git",
Expand All @@ -34,9 +35,12 @@
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"firefox/3.5","firefox/latest",
"chrome/5","chrome/latest",
"opera/12..latest", "opera/next",
"firefox/3.5",
"firefox/latest",
"chrome/5",
"chrome/latest",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
Expand Down

0 comments on commit 0aec614

Please sign in to comment.