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 c7cee04 commit 8aaa43b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -4,10 +4,11 @@
"description": "TypedArray polyfill for old browsers",
"main": "index.js",
"devDependencies": {
"tape": "~2.3.2"
"tape": "^5.6.1"
},
"scripts": {
"test": "tape test/*.js test/server/*.js"
"tests-only": "tape 'test/**/*.js'",
"test": "npm run tests-only"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8aaa43b

Please sign in to comment.