templates
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -99,3 +99,2 @@ /*! | ||
this.define('Views', this.options.Views || Views); | ||
this.define('initialized', true); | ||
@@ -1085,2 +1084,3 @@ }, | ||
module.exports.Group = require('./lib/group'); | ||
module.exports.View = View; | ||
@@ -1087,0 +1087,0 @@ module.exports.List = List; |
{ | ||
"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.1.11", | ||
"version": "0.1.12", | ||
"homepage": "https://github.com/jonschlinkert/templates", | ||
@@ -40,2 +40,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"is-buffer": "^1.0.2", | ||
"is-valid-glob": "^0.3.0", | ||
"layouts": "^0.10.5", | ||
@@ -60,3 +61,2 @@ "lazy-cache": "^0.2.3", | ||
"is-absolute": "^0.2.2", | ||
"is-valid-glob": "^0.3.0", | ||
"jshint-stylish": "^2.0.1", | ||
@@ -63,0 +63,0 @@ "mocha": "*", |
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
67748
15
1931
25
+ Addedis-valid-glob@^0.3.0
+ Addedis-valid-glob@0.3.0(transitive)