mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Unnecessary line.
This commit is contained in:
@@ -250,7 +250,6 @@ ResolveCache.clearRuntimeCache = function () {
|
||||
|
||||
// ------------------------
|
||||
|
||||
|
||||
ResolveCache.prototype._getSourceId = function (source) {
|
||||
return crypto.createHash('md5').update(source).digest('hex');
|
||||
};
|
||||
|
||||
@@ -131,7 +131,7 @@ StandardRenderer.prototype._update = function (packages) {
|
||||
|
||||
StandardRenderer.prototype._list = function (tree) {
|
||||
var cliTree = this._tree2archy(tree);
|
||||
this._write(process.stdout, '\n' + archy(cliTree));
|
||||
this._write(process.stdout, archy(cliTree));
|
||||
};
|
||||
|
||||
StandardRenderer.prototype._cacheList = function (entries) {
|
||||
|
||||
Reference in New Issue
Block a user