templates
Advanced tools
Comparing version 0.15.6 to 0.15.8
@@ -52,3 +52,3 @@ /*! | ||
Base.call(this, null, options); | ||
this.is(Templates); | ||
this.is('templates'); | ||
this.define('isApp', true); | ||
@@ -55,0 +55,0 @@ debug(this); |
@@ -75,2 +75,5 @@ 'use strict'; | ||
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); | ||
@@ -77,0 +80,0 @@ |
@@ -24,2 +24,3 @@ 'use strict'; | ||
require('extend-shallow', 'extend'); | ||
require('falsey', 'isFalsey'); | ||
require('get-value', 'get'); | ||
@@ -30,7 +31,5 @@ require('get-view'); | ||
require('has-value', 'has'); | ||
require('falsey', 'isFalsey'); | ||
require('match-file'); | ||
require('mixin-deep', 'merge'); | ||
require('paginationator'); | ||
require('word-wrap', 'wrap'); | ||
require('set-value', 'set'); | ||
@@ -37,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.15.6", | ||
"version": "0.15.8", | ||
"homepage": "https://github.com/jonschlinkert/templates", | ||
@@ -26,6 +26,6 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"async": "^1.5.2", | ||
"base": "^0.7.10", | ||
"base": "^0.8.0", | ||
"base-data": "^0.4.0", | ||
"base-option": "^0.7.0", | ||
"base-plugins": "^0.4.4", | ||
"base-plugins": "^0.4.5", | ||
"clone": "^1.0.2", | ||
@@ -56,4 +56,3 @@ "clone-stats": "0.0.1", | ||
"template-error": "^0.1.2", | ||
"vinyl": "^1.1.1", | ||
"word-wrap": "^1.1.0" | ||
"vinyl": "^1.1.1" | ||
}, | ||
@@ -72,3 +71,3 @@ "devDependencies": { | ||
"gulp-mocha": "^2.2.0", | ||
"is-buffer": "^1.1.2", | ||
"is-buffer": "^1.1.3", | ||
"kind-of": "^3.0.2", | ||
@@ -78,5 +77,6 @@ "mocha": "*", | ||
"remarkable": "^1.6.2", | ||
"resolve-glob": "^0.1.7", | ||
"should": "*", | ||
"swig": "^1.4.2" | ||
"resolve-glob": "^0.1.8", | ||
"should": "^8.2.2", | ||
"swig": "^1.4.2", | ||
"through2": "^2.0.1" | ||
}, | ||
@@ -83,0 +83,0 @@ "keywords": [ |
@@ -584,3 +584,3 @@ # templates [![NPM version](https://img.shields.io/npm/v/templates.svg)](https://www.npmjs.com/package/templates) [![Build Status](https://img.shields.io/travis/jonschlinkert/templates.svg)](https://travis-ci.org/jonschlinkert/templates) | ||
### [.clone](lib/item.js#L89) | ||
### [.clone](lib/item.js#L92) | ||
@@ -2015,2 +2015,2 @@ Re-decorate Item methods after calling vinyl's `.clone()` method. | ||
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on March 09, 2016._ | ||
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on March 11, 2016._ |
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
171723
32
4127
20
+ Addedbase@0.8.1(transitive)
- Removedword-wrap@^1.1.0
- Removedbase@0.7.10(transitive)
- Removedword-wrap@1.2.5(transitive)
Updatedbase@^0.8.0
Updatedbase-plugins@^0.4.5