mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
expose bower version
This commit is contained in:
committed by
Adam Stankiewicz
parent
b9f7303151
commit
3b2a571efe
@@ -1,6 +1,7 @@
|
||||
var abbrev = require('abbrev');
|
||||
var mout = require('mout');
|
||||
var commands = require('./commands');
|
||||
var pkg = require('../package.json');
|
||||
|
||||
var abbreviations = abbrev(expandNames(commands));
|
||||
abbreviations.i = 'install';
|
||||
@@ -34,6 +35,7 @@ function clearRuntimeCache() {
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
version: pkg.version,
|
||||
commands: commands,
|
||||
config: require('./config'),
|
||||
abbreviations: abbreviations,
|
||||
|
||||
Reference in New Issue
Block a user