Comparing version 0.10.1 to 0.11.0
@@ -72,3 +72,3 @@ 'use strict'; | ||
}); | ||
}, done); | ||
}, done).catch(done); | ||
} | ||
@@ -75,0 +75,0 @@ |
{ | ||
"name": "gulp-wrap", | ||
"version": "0.10.1", | ||
"version": "0.11.0", | ||
"description": "A gulp plugin to wrap the stream contents with a template.", | ||
@@ -25,4 +25,3 @@ "repository": "adamayres/gulp-wrap", | ||
"files": [ | ||
"index.js", | ||
"LICENSE" | ||
"index.js" | ||
], | ||
@@ -44,18 +43,18 @@ "scripts": { | ||
"dependencies": { | ||
"consolidate": "^0.10.0", | ||
"consolidate": "^0.11.0", | ||
"es6-promise": "^2.0.1", | ||
"fs-readfile-promise": "^1.1.0", | ||
"gulp-util": "^3.0.2", | ||
"js-yaml": "^3.2.3", | ||
"lodash": "^2.4.1", | ||
"gulp-util": "^3.0.3", | ||
"js-yaml": "^3.2.6", | ||
"lodash": "^3.1.0", | ||
"node.extend": "^1.1.2", | ||
"through2": "^0.6.3", | ||
"tryit": "^1.0.1", | ||
"vinyl-bufferstream": "^1.0.0" | ||
"vinyl-bufferstream": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^0.12.0", | ||
"eslint": "^0.14.1", | ||
"istanbul": "^0.3.5", | ||
"istanbul-coveralls": "^1.0.1", | ||
"jscs": "^1.10.0", | ||
"jscs": "^1.11.3", | ||
"mocha": "^2.1.0", | ||
@@ -62,0 +61,0 @@ "simple-bufferstream": "0.0.4", |
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
8993
+ Addedconsolidate@0.11.0(transitive)
+ Addedlodash@3.10.1(transitive)
- Removedconsolidate@0.10.0(transitive)
- Removedlodash@2.4.2(transitive)
Updatedconsolidate@^0.11.0
Updatedgulp-util@^3.0.3
Updatedjs-yaml@^3.2.6
Updatedlodash@^3.1.0
Updatedvinyl-bufferstream@^1.0.1