mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Appropriate target for linked packages, #659.
This commit is contained in:
@@ -611,7 +611,7 @@ Project.prototype._readLinks = function () {
|
||||
decEndpoints[name] = {
|
||||
name: name,
|
||||
source: dir,
|
||||
target: '*',
|
||||
target: pkgMeta.version ? '~' + pkgMeta.version : '*',
|
||||
canonicalDir: dir,
|
||||
pkgMeta: pkgMeta,
|
||||
linked: true
|
||||
|
||||
Reference in New Issue
Block a user