component-builder
Advanced tools
Comparing version 0.6.4 to 0.6.5
0.6.5 / 2013-03-29 | ||
================== | ||
* fix: json to return self.conf to avoid race condition | ||
0.6.4 / 2013-03-19 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -370,2 +370,3 @@ | ||
if (err) return fn(err); | ||
if (self.conf) return fn(null, self.conf); | ||
try { | ||
@@ -372,0 +373,0 @@ self.conf = cache[path] = JSON.parse(str); |
{ | ||
"name": "component-builder", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"description": "Component build tool", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
25149
809