templates
Advanced tools
Comparing version 0.15.8 to 0.15.9
@@ -53,3 +53,8 @@ 'use strict'; | ||
Vinyl.call(this, item); | ||
var base = this.base; | ||
delete item.base; | ||
Base.call(this, item); | ||
delete this.base; | ||
this.base = base; | ||
@@ -76,5 +81,2 @@ for (var key in item) { | ||
Base.extend(Item); | ||
delete Base.prototype.base; | ||
// don't add `base` getter to Item, since | ||
// vinyl files have a `base` property | ||
Base.inherit(Item, Vinyl); | ||
@@ -81,0 +83,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.15.8", | ||
"version": "0.15.9", | ||
"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
4128
171700