Comparing version 1.0.0 to 1.0.1
@@ -52,3 +52,3 @@ const fs = require('fs') | ||
} else { | ||
let _path = path.join(__dirname, name) | ||
let _path = path.join(__dirname, '..', '..', name) | ||
if (fs.existsSync(_path)) { | ||
@@ -55,0 +55,0 @@ data.include = renderFile |
{ | ||
"name": "ejst", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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
5495