Merge pull request #1 from nopnop/patch-1
Forgotten return statement in stringifySemver()
This commit is contained in:
commit
ca103273a5
@ -42,6 +42,7 @@
|
|||||||
if (obj.build) {
|
if (obj.build) {
|
||||||
str += '+' + obj.build;
|
str += '+' + obj.build;
|
||||||
}
|
}
|
||||||
|
return str;
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseSemverRange(str) {
|
function parseSemverRange(str) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user