component-builder
Advanced tools
Comparing version 0.6.3 to 0.6.4
0.6.4 / 2013-03-19 | ||
================== | ||
* fix: default urlPrefix to empty string. Fixes #75 | ||
* fix hook error handling in .buildType() | ||
0.6.3 / 2013-02-15 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -40,2 +40,3 @@ | ||
this._js = ''; | ||
this.urlPrefix = ''; | ||
this.copy = false; | ||
@@ -590,3 +591,3 @@ this.dir = dir; | ||
self.performHook('before ' + type, function(error) { | ||
if (error) done(error); | ||
if (error) return fn(error); | ||
@@ -593,0 +594,0 @@ // build files |
{ | ||
"name": "component-builder", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "Component build tool", | ||
@@ -11,3 +11,3 @@ "keywords": [ | ||
"dependencies": { | ||
"component-require": "0.2.0", | ||
"component-require": "0.2.1", | ||
"batch": "0.2.1", | ||
@@ -14,0 +14,0 @@ "mkdirp": "0.3.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
25003
808
+ Addedcomponent-require@0.2.1(transitive)
- Removedcomponent-require@0.2.0(transitive)
Updatedcomponent-require@0.2.1