templates
Advanced tools
Comparing version 1.2.8 to 1.2.9
@@ -101,4 +101,4 @@ 'use strict'; | ||
// prime the object to use for caching locals and compiled functions | ||
utils.define(item, 'engineStack', {}); | ||
utils.define(item, 'localsStack', []); | ||
utils.define(item, 'engineStack', item.engineStack || {}); | ||
utils.define(item, 'localsStack', item.localsStack || []); | ||
@@ -105,0 +105,0 @@ // emit the item, collection name, and collection instance (`app.on('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": "1.2.8", | ||
"version": "1.2.9", | ||
"homepage": "https://github.com/jonschlinkert/templates", | ||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"contributors": [ | ||
"Brian Woodward (https://twitter.com/doowb)", | ||
"Jon Anderson (http://jander.land)", | ||
"Jon Schlinkert (http://twitter.com/jonschlinkert)" | ||
], | ||
"repository": "jonschlinkert/templates", | ||
@@ -8,0 +13,0 @@ "bugs": { |
@@ -1,2 +0,2 @@ | ||
# templates [![NPM version](https://img.shields.io/npm/v/templates.svg?style=flat)](https://www.npmjs.com/package/templates) [![NPM monthly downloads](https://img.shields.io/npm/dm/templates.svg?style=flat)](https://npmjs.org/package/templates) [![NPM total downloads](https://img.shields.io/npm/dt/templates.svg?style=flat)](https://npmjs.org/package/templates) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/templates.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/templates) | ||
# templates [![NPM version](https://img.shields.io/npm/v/templates.svg?style=flat)](https://www.npmjs.com/package/templates) [![NPM monthly downloads](https://img.shields.io/npm/dm/templates.svg?style=flat)](https://npmjs.org/package/templates) [![NPM total downloads](https://img.shields.io/npm/dt/templates.svg?style=flat)](https://npmjs.org/package/templates) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/templates.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/templates) [![Windows Build Status](https://img.shields.io/appveyor/ci/jonschlinkert/templates.svg?style=flat&label=AppVeyor)](https://ci.appveyor.com/project/jonschlinkert/templates) | ||
@@ -221,3 +221,3 @@ > 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. | ||
### [.setup](index.js#L373) | ||
### [.setup](index.js#L366) | ||
@@ -2299,7 +2299,7 @@ Expose static `setup` method for providing access to an instance before any other code is run. | ||
| **Commits** | **Contributor** | | ||
| --- | --- | | ||
| 750 | [jonschlinkert](https://github.com/jonschlinkert) | | ||
| 105 | [doowb](https://github.com/doowb) | | ||
| 1 | [chronzerg](https://github.com/chronzerg) | | ||
| **Commits** | **Contributor** | | ||
| --- | --- | | ||
| 753 | [jonschlinkert](https://github.com/jonschlinkert) | | ||
| 105 | [doowb](https://github.com/doowb) | | ||
| 1 | [chronzerg](https://github.com/chronzerg) | | ||
@@ -2334,6 +2334,6 @@ ### Building docs | ||
Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). | ||
MIT | ||
Released under the [MIT License](LICENSE). | ||
*** | ||
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.2, on February 20, 2017._ | ||
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 27, 2017._ |
Sorry, the diff of this file is not supported yet
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
176403