mirror of
https://github.com/bower/bower.git
synced 2026-01-14 16:57:57 -05:00
11 lines
328 B
JavaScript
11 lines
328 B
JavaScript
// ==========================================
|
|
// BOWER: Public API Defintion
|
|
// ==========================================
|
|
// Copyright 2012 Twitter, Inc
|
|
// Licensed under The MIT License
|
|
// http://opensource.org/licenses/MIT
|
|
// ==========================================
|
|
|
|
module.exports = {
|
|
commands: require('./commands')
|
|
}; |