mirror of
https://github.com/bower/bower.git
synced 2026-02-13 07:24:55 -05:00
This was an huge commit. - Allow nested commands - Switch resolve cache in memory object cache to LRU - Store non-semver packages in the cache - Tweak help messages - Various fixes and tweaks
5 lines
85 B
JavaScript
5 lines
85 B
JavaScript
module.exports = {
|
|
'clean': require('./clean'),
|
|
'list': require('./list')
|
|
};
|