component-builder
Advanced tools
Comparing version 0.4.1 to 0.4.2
0.4.2 / 2012-11-06 | ||
================== | ||
* Revert "add root 'main' alias for all components. Closes #26" | ||
0.4.1 / 2012-11-06 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -406,3 +406,3 @@ | ||
if (conf.main) { | ||
if (self.root && conf.main) { | ||
res.push('require.alias("' + name + '/' + conf.main + '", "' + name + '/index.js");\n'); | ||
@@ -409,0 +409,0 @@ } |
{ | ||
"name": "component-builder", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"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
19104