mirror of
https://github.com/bower/bower.git
synced 2026-02-03 18:44:55 -05:00
Move completion cache results to ~/.bower/cache/__bowercompletion__
for cache-clean command to be able to clean it. __bowercompletion__ to avoid potential naming conflicts.
This commit is contained in:
@@ -26,7 +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'),
|
||||
completion : path.join(roaming, folder, 'cache/__bowercompletion__'),
|
||||
json : 'component.json',
|
||||
endpoint : 'https://bower.herokuapp.com',
|
||||
directory : 'components'
|
||||
|
||||
Reference in New Issue
Block a user