mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Fix CS.
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user