component-builder
Advanced tools
Comparing version 0.6.0 to 0.6.1
0.6.1 / 2013-01-02 | ||
================== | ||
* fix root-level main support for all components. Closes #53 | ||
0.6.0 / 2013-01-01 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -483,5 +483,7 @@ | ||
var conf = self.conf; | ||
var name = conf.name; | ||
var name = self.root | ||
? conf.name | ||
: self.name; | ||
if (self.root && conf.main) { | ||
if (conf.main) { | ||
res.push('require.alias("' + name + '/' + conf.main + '", "' + name + '/index.js");\n'); | ||
@@ -488,0 +490,0 @@ } |
{ | ||
"name": "component-builder", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"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
23464
758