fabricator-assemble
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -541,3 +541,3 @@ // modules | ||
// partials are always registered with the leading numbers removed | ||
var key = name.replace(/^([a-z][a-z0-9]*\.)?([0-9\.-]+)(.*)$/i, '$1$3'); | ||
var key = name.replace(/^([a-z][a-z0-9\-]*\.)?([0-9\.-]+)(.*)$/i, '$1$3'); | ||
@@ -544,0 +544,0 @@ // attempt to find pre-compiled partial |
{ | ||
"name": "fabricator-assemble", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "The assembly engine behind Fabricator", | ||
@@ -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
32837
422