gulp-shell
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -27,3 +27,3 @@ var _ = require('lodash') | ||
var pathToBin = path.join(process.cwd(), 'node_modules/.bin') | ||
var pathToBin = path.join(process.cwd(), 'node_modules', '.bin') | ||
var pathName = /^win/.test(process.platform) ? 'Path' : 'PATH' | ||
@@ -30,0 +30,0 @@ var newPath = pathToBin + path.delimiter + process.env[pathName] |
{ | ||
"name": "gulp-shell", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "A handy command line interface for gulp", | ||
@@ -27,5 +27,5 @@ "main": "index.js", | ||
"devDependencies": { | ||
"chai": "~2.3.0", | ||
"chai": "~3.2.0", | ||
"coveralls": "~2.11.2", | ||
"eslint": "~0.22.1", | ||
"eslint": "~1.3.0", | ||
"gulp": "~3.9.0", | ||
@@ -37,7 +37,7 @@ "istanbul": "~0.3.14", | ||
"dependencies": { | ||
"async": "~1.2.0", | ||
"async": "~1.4.2", | ||
"gulp-util": "~3.0.5", | ||
"lodash": "~3.9.3", | ||
"through2": "~0.6.5" | ||
"lodash": "~3.10.1", | ||
"through2": "~2.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13795
+ Addedasync@1.4.2(transitive)
+ Addedlodash@3.10.1(transitive)
- Removedasync@1.2.1(transitive)
- Removedlodash@3.9.3(transitive)
- Removedreadable-stream@1.0.34(transitive)
- Removedthrough2@0.6.5(transitive)
Updatedasync@~1.4.2
Updatedlodash@~3.10.1
Updatedthrough2@~2.0.0