This commit is contained in:
André Cruz
2012-10-22 21:46:33 +01:00
parent b371dd2cf7
commit b22cc1cc04

View File

@@ -26,7 +26,7 @@ var config = require('rc') ('bower', {
// If there is a local .bowerrc file, merge it
var localFile = path.join(this.cwd, '.bowerrc');
if (fs.existsSync(localFile)) {
_.extend(config, JSON.parse(fs.readFileSync(localFile)));
_.extend(config, JSON.parse(fs.readFileSync(localFile)));
}
module.exports = config;