Skip to content

Commit 051f608

Browse files
committed
[Dev Deps] update tape
1 parent f97411e commit 051f608

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"bugs": "https://github.com/substack/node-shell-quote/issues",
1111
"devDependencies": {
12-
"tape": "4"
12+
"tape": "^5.6.1"
1313
},
1414
"homepage": "https://github.com/substack/node-shell-quote",
1515
"keywords": [
@@ -25,6 +25,7 @@
2525
"url": "https://github.com/substack/node-shell-quote.git"
2626
},
2727
"scripts": {
28-
"test": "tape test/*.js"
28+
"tests-only": "tape 'test/**/*.js'",
29+
"test": "npm run tests-only"
2930
}
3031
}

0 commit comments

Comments
 (0)