gulp-shell
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -43,2 +43,3 @@ var _ = require('lodash') | ||
process.stdin.unpipe(child.stdin) | ||
process.stdin.resume() | ||
process.stdin.pause() | ||
@@ -45,0 +46,0 @@ |
{ | ||
"name": "gulp-shell", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"description": "A handy command line interface for gulp", | ||
@@ -27,17 +27,17 @@ "main": "index.js", | ||
"devDependencies": { | ||
"coveralls": "~2.11.1", | ||
"gulp": "~3.8.6", | ||
"istanbul": "~0.3.0", | ||
"jscs": "~1.5.8", | ||
"jshint": "~2.5.2", | ||
"mocha": "~1.21.3", | ||
"coveralls": "~2.11.2", | ||
"gulp": "~3.8.10", | ||
"istanbul": "~0.3.2", | ||
"jscs": "~1.8.1", | ||
"jshint": "~2.5.10", | ||
"mocha": "~2.0.1", | ||
"mocha-lcov-reporter": "0.0.1", | ||
"should": "~4.0.4" | ||
"should": "~4.3.0" | ||
}, | ||
"dependencies": { | ||
"async": "~0.9.0", | ||
"gulp-util": "~3.0.0", | ||
"gulp-util": "~3.0.1", | ||
"lodash": "~2.4.1", | ||
"through2": "~0.5.1" | ||
"through2": "~0.6.3" | ||
} | ||
} |
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
13310
193
+ Addedthrough2@0.6.5(transitive)
- Removedthrough2@0.5.1(transitive)
- Removedxtend@3.0.0(transitive)
Updatedgulp-util@~3.0.1
Updatedthrough2@~0.6.3