component-builder
Advanced tools
Comparing version 0.7.0 to 0.7.1
0.7.1 / 2013-04-24 | ||
================== | ||
* fix edge-case directory collision when a lookup path is within a lookup path | ||
and has the same name as a component | ||
0.7.0 / 2013-04-11 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -1,2 +0,1 @@ | ||
/** | ||
@@ -16,2 +15,3 @@ * Module dependencies. | ||
, read = fs.readFileSync | ||
, exists = fs.existsSync | ||
, mkdir = require('mkdirp') | ||
@@ -287,3 +287,3 @@ , utils = require('./utils') | ||
debug('lookup %s', name); | ||
var yes = fs.existsSync(dir); | ||
var yes = exists(join(dir, 'component.json')); | ||
@@ -290,0 +290,0 @@ if (yes) { |
{ | ||
"name": "component-builder", | ||
"version": "0.7.0", | ||
"version": "0.7.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
27336
847