mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Unnecessary if.
This commit is contained in:
@@ -401,12 +401,6 @@ Project.prototype.walkTree = function (node, fn, onlyOnce) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// Ignore linked dependencies because it's too complex to parse them
|
||||
// Note that this might change in the future: #673
|
||||
if (node.linked) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// Add dependencies to the queue
|
||||
dependencies = mout.object.values(node.dependencies);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user