This commit is contained in:
André Cruz
2012-10-22 21:49:04 +01:00
parent b22cc1cc04
commit 0b85b50add

View File

@@ -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