gulp-angular-tpl2js
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -26,5 +26,9 @@ var objectAssign = require('object-assign'); | ||
tpl2js.inline(buf, fileOptions || {}, function (err, result) { | ||
if(err) { | ||
done(err); | ||
return; | ||
} | ||
done(null, new Buffer(result)); | ||
}, function (err) { | ||
done(err) | ||
}); | ||
@@ -31,0 +35,0 @@ }); |
{ | ||
"name": "gulp-angular-tpl2js", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Use gulp to convert Angular templates to inline JavaScript", | ||
@@ -20,6 +20,8 @@ "files": [ | ||
"gulp-mocha": "^2.2.0", | ||
"mocha": "^2.4.5" | ||
"mocha": "^2.4.5", | ||
"vinyl": "^1.1.1", | ||
"vinyl-fs-fake": "^1.1.0" | ||
}, | ||
"dependencies": { | ||
"angular-tpl2js": "0.0.6", | ||
"angular-tpl2js": "0.0.8", | ||
"gulp-util": "^3.0.7", | ||
@@ -26,0 +28,0 @@ "object-assign": "^4.0.1", |
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
5484
36
8
+ Addedangular-tpl2js@0.0.8(transitive)
- Removedangular-tpl2js@0.0.6(transitive)
Updatedangular-tpl2js@0.0.8