Merge branch 'master' of git://github.com/hemanth/bower into completion

This commit is contained in:
André Cruz
2012-12-08 10:10:08 +00:00
17 changed files with 476 additions and 13 deletions

View File

@@ -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;