Comparing version 0.7.0 to 0.8.0
@@ -38,3 +38,4 @@ 'use strict'; | ||
*/ | ||
data = extend(true, { file: file }, data); | ||
data = extend(true, { file: file }, file.data, data); | ||
/* | ||
@@ -41,0 +42,0 @@ * Allow template to be a function, pass it the data object. |
{ | ||
"name": "gulp-wrap", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "A gulp plugin to wrap the stream contents with a lodash template.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
7535