htmltemplate-transform
Advanced tools
Comparing version 2.0.3 to 2.1.3
{ | ||
"name": "htmltemplate-transform", | ||
"version": "2.0.3", | ||
"version": "2.1.3", | ||
"description": "Pluggable transforms for HTML::Template", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -82,9 +82,4 @@ var fs = require('fs'); | ||
var filepath = resolvePath(node.name, state.parentFilePath, blockName); | ||
var extname = path.extname(filepath); | ||
var isFileInclude = path.extname(filepath) !== ''; | ||
var isFileInclude = ( | ||
extname === '.inc' || | ||
extname === '.tmpl' | ||
); | ||
var id = filepathAsBlockId( | ||
@@ -91,0 +86,0 @@ // Resolving the included filepath against root filepath to |
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
350089
8581