mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Undo a change made at the end of retreat
Undo part of e42632b which was on publish-packages
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user