Comparing version 1.0.1 to 1.0.2
@@ -50,2 +50,3 @@ const fs = require('fs') | ||
if (tpl) { | ||
data.include = renderFile | ||
return render(tpl, data) | ||
@@ -52,0 +53,0 @@ } else { |
{ | ||
"name": "ejst", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A embedded javascript template engine for nodejs", | ||
@@ -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
5526
69