File tree 2 files changed +8
-9
lines changed
2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ var spawn = require('cross-spawn');
8
8
var isExtglob = require ( 'is-extglob' ) ;
9
9
var extend = require ( 'extend-shallow' ) ;
10
10
var Emitter = require ( 'component-emitter' ) ;
11
- var bashPath = process . platform === 'darwin'
12
- ? '/usr/local/bin/bash'
13
- : 'bash' ;
11
+ var bashPath = require ( 'bash-path' ) ;
14
12
15
13
/**
16
14
* Asynchronously returns an array of files that match the given pattern
Original file line number Diff line number Diff line change 21
21
},
22
22
"dependencies" : {
23
23
"async-each" : " ^1.0.1" ,
24
+ "bash-path" : " ^1.0.1" ,
24
25
"component-emitter" : " ^1.2.1" ,
25
26
"cross-spawn" : " ^5.1.0" ,
26
27
"extend-shallow" : " ^2.0.1" ,
27
28
"is-extglob" : " ^2.1.1" ,
28
- "is-glob" : " ^3.1 .0"
29
+ "is-glob" : " ^4.0 .0"
29
30
},
30
31
"devDependencies" : {
31
32
"arr-union" : " ^3.1.0" ,
32
33
"array-unique" : " ^0.3.2" ,
33
- "async-array-reduce" : " ^0.2.1 " ,
34
- "delete" : " ^0.3.2 " ,
35
- "glob" : " ^7.1.1 " ,
36
- "gulp-format-md" : " ^0.1.12 " ,
34
+ "async-array-reduce" : " ^1.0.0 " ,
35
+ "delete" : " ^1.1.0 " ,
36
+ "glob" : " ^7.1.2 " ,
37
+ "gulp-format-md" : " ^1.0.0 " ,
37
38
"minimist" : " ^1.2.0" ,
38
39
"mkdirp" : " ^0.5.1" ,
39
- "mocha" : " ^3.3 .0"
40
+ "mocha" : " ^3.2 .0"
40
41
},
41
42
"keywords" : [
42
43
" bash" ,
You can’t perform that action at this time.
0 commit comments