component-builder
Advanced tools
Comparing version 0.8.0 to 0.8.1
0.8.1 / 2013-04-26 | ||
================== | ||
* fix root-level aliases with .main. Closes #88 | ||
0.8.0 / 2013-04-24 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -552,3 +552,3 @@ /** | ||
if (self.root) { | ||
aliases.push(builder.alias(name + '/index.js', 'index.js')); | ||
aliases.push(builder.alias(name + '/index.js', main || 'index.js')); | ||
} | ||
@@ -555,0 +555,0 @@ |
{ | ||
"name": "component-builder", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Component build tool", | ||
@@ -23,3 +23,7 @@ "keywords": [ | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/component/builder.js.git" | ||
}, | ||
"main": "index" | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
27878
2