mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Lineup.
This commit is contained in:
@@ -187,7 +187,7 @@ Package.prototype.install = function () {
|
||||
};
|
||||
|
||||
Package.prototype.cleanUpLocal = function () {
|
||||
this.json.name = this.name;
|
||||
this.json.name = this.name;
|
||||
this.json.version = this.commit ? '0.0.0' : this.version;
|
||||
|
||||
// Detect commit and save it in the json for later use
|
||||
|
||||
Reference in New Issue
Block a user