Comparing version 0.2.8 to 0.2.9
@@ -280,3 +280,3 @@ /*! | ||
var body = options.tag || 'body'; | ||
var settings = delims.templates(options.delims || ['{{','}}']); | ||
var settings = _.extend(delims.templates(options.delims || ['{{','}}']), options); | ||
@@ -283,0 +283,0 @@ settings.interpolate = settings.evaluate; |
{ | ||
"name": "layouts", | ||
"description": "Wrap templates with layouts. Layouts can be nested and optionally use other layouts.", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"homepage": "https://github.com/jonschlinkert/layouts", | ||
@@ -6,0 +6,0 @@ "author": { |
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
42745