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 0a9bd16 commit f3ca01eCopy full SHA for f3ca01e
bin/cmd.js
@@ -2,8 +2,8 @@
2
var faucet = require('../');
3
var minimist = require('minimist');
4
var defined = require('defined');
5
-var which = require('npm-which')(process.cwd());
6
-var tapeCmd = which.sync('tape');
+var which = require('npm-which');
+var tapeCmd = which.sync('tape', { cwd: process.cwd() });
7
8
var spawn = require('child_process').spawn;
9
var fs = require('fs');
package.json
@@ -10,10 +10,10 @@
10
"defined": "^0.0.0",
11
"duplexer": "~0.1.1",
12
"minimist": "^0.0.5",
13
- "npm-which": "^3.0.1",
+ "npm-which": "^1.0.2",
14
"sprintf": "~0.1.3",
15
"tap-parser": "~0.4.0",
16
- "tape": "~2.3.2",
+ "tape": "^5.6.1",
17
"through2": "~0.2.3"
18
},
19
"repository": {
0 commit comments