Files
bower/lib/index.js
Chris Aniszczyk c220329337 Initial Release
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
2012-09-06 17:11:42 -07:00

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')
};