templates
Advanced tools
Comparing version 0.10.6 to 0.10.7
{ | ||
"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.6", | ||
"version": "0.10.7", | ||
"homepage": "https://github.com/jonschlinkert/templates", | ||
@@ -25,3 +25,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"array-sort": "^0.1.1", | ||
"base": "^0.6.3", | ||
"base": "^0.6.4", | ||
"base-data": "^0.3.5", | ||
@@ -47,3 +47,3 @@ "base-options": "^0.5.4", | ||
"template-error": "^0.1.2", | ||
"vinyl": "^1.1.0", | ||
"vinyl": "^1.1.1", | ||
"word-wrap": "^1.1.0" | ||
@@ -102,2 +102,4 @@ }, | ||
"reflinks": [ | ||
"base", | ||
"assemble", | ||
"array-sort", | ||
@@ -104,0 +106,0 @@ "group-array", |
@@ -1184,3 +1184,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) | ||
As of January 15, 2016, code coverage is 100%. | ||
As of January 19, 2016, code coverage is 100%. | ||
@@ -1196,2 +1196,10 @@ ```sh | ||
**v0.10.7** | ||
* Force-update [base](https://github.com/node-base/base) to v0.6.4 to take advantage of `isRegistered` feature. | ||
**v0.10.6** | ||
* Re-introduces fs logic to `getView`, now that the method has been refactored to be faster. | ||
**v0.10.0** | ||
@@ -1263,2 +1271,2 @@ | ||
_This file was generated by [verb](https://github.com/verbose/verb) on January 15, 2016._ | ||
_This file was generated by [verb](https://github.com/verbose/verb) on January 19, 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
121427
1269
Updatedbase@^0.6.4
Updatedvinyl@^1.1.1