templates
Advanced tools
Comparing version 0.1.23 to 0.1.24
@@ -153,2 +153,3 @@ /*! | ||
} | ||
this.emit('use'); | ||
return this; | ||
@@ -155,0 +156,0 @@ }, |
@@ -15,3 +15,3 @@ 'use strict'; | ||
app.helper(options.plural, function (context) { | ||
app.helper(options.plural, function listHelper(context) { | ||
var ctx = new List(collection); | ||
@@ -18,0 +18,0 @@ return context.fn(ctx); |
{ | ||
"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.1.23", | ||
"version": "0.1.24", | ||
"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
127137
3517