templates
Advanced tools
Comparing version 0.13.1 to 0.13.2
@@ -11,3 +11,2 @@ 'use strict'; | ||
var plural = collection.options.plural; | ||
var views = app[plural]; | ||
@@ -41,2 +40,4 @@ /** | ||
var opts = helperOptions.call(this, locals, options); | ||
var views = app[plural]; | ||
var view = views.getView(name, opts); | ||
@@ -43,0 +44,0 @@ if (!view) { |
{ | ||
"name": "templates", | ||
"description": "System for creating and managing template collections, and rendering templates with any node.js template engine. Can be used as the basis for creating a static site generator or blog framework.", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"homepage": "https://github.com/jonschlinkert/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
152345