Undo a change made at the end of retreat

Undo part of e42632b which was on publish-packages
This commit is contained in:
David Glasser
2014-04-24 17:19:07 -07:00
parent 1b66658e09
commit d45858bb90

View File

@@ -11,10 +11,10 @@ PackageVersion.parseVersionConstraint = function (versionString) {
return versionDesc;
}
/* if (versionString.charAt(0) === '=') {
if (versionString.charAt(0) === '=') {
versionDesc.exact = true;
versionString = versionString.substr(1);
} */
}
// XXX check for a dash in the version in case of foo@1.2.3-rc0