mirror of
https://github.com/bower/bower.git
synced 2026-01-22 20:58:08 -05:00
Expose link command functions.
This commit is contained in:
@@ -100,7 +100,10 @@ function createLink(src, dst) {
|
||||
|
||||
// -------------------
|
||||
|
||||
var link = {};
|
||||
var link = {
|
||||
linkTo: linkTo,
|
||||
linkSelf: linkSelf
|
||||
};
|
||||
|
||||
link.line = function (argv) {
|
||||
var options = link.options(argv);
|
||||
|
||||
Reference in New Issue
Block a user