templates
Advanced tools
Comparing version 0.11.2 to 0.11.3
@@ -16,3 +16,3 @@ 'use strict'; | ||
proto.formatError = function(method, id, msg, view) { | ||
var ctx = this.errors[method][id]; | ||
var ctx = this.templatesError[method][id]; | ||
if (!view) view = {relative: ''}; | ||
@@ -19,0 +19,0 @@ if (!msg) msg = ''; |
@@ -31,3 +31,3 @@ 'use strict'; | ||
app.define('errors', { | ||
app.define('templatesError', { | ||
compile: { | ||
@@ -34,0 +34,0 @@ callback: 'is sync and does not take a callback function', |
{ | ||
"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.11.2", | ||
"version": "0.11.3", | ||
"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
139951