Skip to content

Commit f3ca01e

Browse files
committed
[Deps] update tape
1 parent 0a9bd16 commit f3ca01e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bin/cmd.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
var faucet = require('../');
33
var minimist = require('minimist');
44
var defined = require('defined');
5-
var which = require('npm-which')(process.cwd());
6-
var tapeCmd = which.sync('tape');
5+
var which = require('npm-which');
6+
var tapeCmd = which.sync('tape', { cwd: process.cwd() });
77

88
var spawn = require('child_process').spawn;
99
var fs = require('fs');

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"defined": "^0.0.0",
1111
"duplexer": "~0.1.1",
1212
"minimist": "^0.0.5",
13-
"npm-which": "^3.0.1",
13+
"npm-which": "^1.0.2",
1414
"sprintf": "~0.1.3",
1515
"tap-parser": "~0.4.0",
16-
"tape": "~2.3.2",
16+
"tape": "^5.6.1",
1717
"through2": "~0.2.3"
1818
},
1919
"repository": {

0 commit comments

Comments
 (0)