templates
Advanced tools
Comparing version 0.15.0 to 0.15.1
@@ -52,3 +52,2 @@ /*! | ||
Base.call(this, null, options); | ||
this.is('templates'); | ||
@@ -59,2 +58,3 @@ this.define('isApp', true); | ||
this.debug('initializing'); | ||
this.use(utils.logger()); | ||
this.use(utils.option()); | ||
@@ -61,0 +61,0 @@ this.use(utils.plugin()); |
@@ -18,2 +18,3 @@ 'use strict'; | ||
require('base-data'); | ||
require('base-logger', 'logger'); | ||
require('base-option', 'option'); | ||
@@ -20,0 +21,0 @@ require('base-plugins', 'plugin'); |
{ | ||
"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.0", | ||
"version": "0.15.1", | ||
"homepage": "https://github.com/jonschlinkert/templates", | ||
@@ -28,2 +28,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"base-data": "^0.4.0", | ||
"base-logger": "^0.1.0", | ||
"base-option": "^0.6.2", | ||
@@ -30,0 +31,0 @@ "base-plugins": "^0.4.4", |
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
176331
4270
34
+ Addedbase-logger@^0.1.0
+ Addedansi-bold@0.1.1(transitive)
+ Addedansi-underline@0.1.1(transitive)
+ Addedbase-is-enabled@0.1.0(transitive)
+ Addedbase-logger@0.1.2(transitive)
+ Addedis-enabled@0.1.0(transitive)
+ Addedlog-events@0.3.0(transitive)
+ Addedstrip-color@0.1.0(transitive)
+ Addeduse@1.1.2(transitive)
+ Addedverbalize@0.2.0(transitive)