@cloudcannon/gulp-ejs-template
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -11,3 +11,3 @@ 'use strict' | ||
return through2.obj(function (file, encoding, callback) { | ||
return through.obj(function (file, encoding, callback) { | ||
var content, template, key; | ||
@@ -14,0 +14,0 @@ if (file.isNull()) { |
{ | ||
"name": "@cloudcannon/gulp-ejs-template", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "🔧 create a compiled ejs file with window.JST exposed", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3849