We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tape
1 parent f97411e commit 051f608Copy full SHA for 051f608
package.json
@@ -9,7 +9,7 @@
9
},
10
"bugs": "https://github.com/substack/node-shell-quote/issues",
11
"devDependencies": {
12
- "tape": "4"
+ "tape": "^5.6.1"
13
14
"homepage": "https://github.com/substack/node-shell-quote",
15
"keywords": [
@@ -25,6 +25,7 @@
25
"url": "http://github.com/substack/node-shell-quote.git"
26
27
"scripts": {
28
- "test": "tape test/*.js"
+ "tests-only": "tape 'test/**/*.js'",
29
+ "test": "npm run tests-only"
30
}
31
0 commit comments