templates
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -105,3 +105,3 @@ 'use strict'; | ||
thisArg._parent = parent; | ||
thisArg = utils.merge({}, thisArg, parent); | ||
thisArg = utils.extend({}, thisArg, parent); | ||
return thisArg; | ||
@@ -153,2 +153,3 @@ } | ||
this.context = context; | ||
utils.define(this.context, 'view', view); | ||
this.options = utils.merge({}, app.options, view.options, this.helper.options); | ||
@@ -155,0 +156,0 @@ |
{ | ||
"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": "1.2.0", | ||
"version": "1.2.1", | ||
"homepage": "https://github.com/jonschlinkert/templates", | ||
@@ -42,11 +42,11 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"get-value": "^2.0.6", | ||
"get-view": "^0.1.2", | ||
"get-view": "^0.1.3", | ||
"group-array": "^0.3.1", | ||
"has-glob": "^1.0.0", | ||
"has-value": "^0.3.1", | ||
"inflection": "^1.10.0", | ||
"inflection": "^1.12.0", | ||
"is-valid-app": "^0.2.1", | ||
"layouts": "^0.11.0", | ||
"lazy-cache": "^2.0.2", | ||
"match-file": "^0.2.0", | ||
"match-file": "^0.2.1", | ||
"mixin-deep": "^1.1.3", | ||
@@ -63,3 +63,3 @@ "paginationator": "^0.1.4", | ||
"base-test-runner": "^0.2.0", | ||
"base-test-suite": "^0.3.2", | ||
"base-test-suite": "^0.4.1", | ||
"ent": "^2.2.0", | ||
@@ -74,3 +74,3 @@ "gulp": "^3.9.1", | ||
"remarkable": "^1.7.1", | ||
"yargs-parser": "^2.4.0" | ||
"yargs-parser": "^4.2.1" | ||
}, | ||
@@ -77,0 +77,0 @@ "keywords": [ |
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
175791
3391
Updatedget-view@^0.1.3
Updatedinflection@^1.12.0
Updatedmatch-file@^0.2.1