mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
GitHub resolver should move contents when extracting.
This commit is contained in:
@@ -77,9 +77,7 @@ GitHubResolver.prototype._checkout = function () {
|
||||
to: that._tempDir
|
||||
});
|
||||
|
||||
extract(file, that._tempDir, {
|
||||
keepStructure: true // Keep the folder structure as it is!
|
||||
})
|
||||
extract(file, that._tempDir)
|
||||
.then(deferred.resolve, deferred.reject);
|
||||
});
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user