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 f97411e commit 051f608
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"bugs": "https://github.com/substack/node-shell-quote/issues",
"devDependencies": {
"tape": "4"
"tape": "^5.6.1"
},
"homepage": "https://github.com/substack/node-shell-quote",
"keywords": [
Expand All @@ -25,6 +25,7 @@
"url": "http://github.com/substack/node-shell-quote.git"
},
"scripts": {
"test": "tape test/*.js"
"tests-only": "tape 'test/**/*.js'",
"test": "npm run tests-only"
}
}

0 comments on commit 051f608

Please sign in to comment.