templates
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -30,13 +30,6 @@ 'use strict'; | ||
if (!this.options.hasOwnProperty('namespace')) { | ||
this.options.namespace = true; | ||
} | ||
var dataOpts = utils.extend({namespace: true}, this.options); | ||
app.use(utils.baseData(dataOpts)); | ||
/** | ||
* Load the `base-data` plugin | ||
*/ | ||
app.use(utils.baseData(this.options)); | ||
/** | ||
* Register a default data loader | ||
@@ -43,0 +36,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": "0.10.1", | ||
"version": "0.10.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
118310
3129