mirror of
https://github.com/bower/bower.git
synced 2026-02-04 02:54:56 -05:00
Merge branch 'master' of git://github.com/hemanth/bower into completion
This commit is contained in:
@@ -26,6 +26,7 @@ var folder = process.platform === 'win32'
|
||||
var config = require('rc') ('bower', {
|
||||
cache : path.join(roaming, folder, 'cache'),
|
||||
links : path.join(roaming, folder, 'links'),
|
||||
completion : path.join(roaming, folder, 'completion'),
|
||||
json : 'component.json',
|
||||
endpoint : 'https://bower.herokuapp.com',
|
||||
directory : 'components'
|
||||
@@ -41,4 +42,4 @@ if (fileExists(localFile)) {
|
||||
// If an uncaught exception occurs, the temporary directories will be deleted nevertheless
|
||||
tmp.setGracefulCleanup();
|
||||
|
||||
module.exports = config;
|
||||
module.exports = config;
|
||||
|
||||
Reference in New Issue
Block a user