load-templates
Advanced tools
Comparing version 0.11.2 to 0.11.3
@@ -126,6 +126,3 @@ /*! | ||
if (!file.key) { | ||
file.key = utils.renameKey(file, opts); | ||
} | ||
file.key = utils.renameKey(file, opts); | ||
addView(file.key, file); | ||
@@ -135,3 +132,2 @@ } | ||
} | ||
return loadViews; | ||
@@ -138,0 +134,0 @@ }; |
{ | ||
"name": "load-templates", | ||
"description": "Load templates/views using globs, file paths, objects, arrays, or key-value pairs.", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"homepage": "https://github.com/jonschlinkert/load-templates", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
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
11714
209