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) {
|
||||
str += '+' + obj.build;
|
||||
}
|
||||
return str;
|
||||
}
|
||||
|
||||
function parseSemverRange(str) {
|
||||
|
|
Loading…
Reference in New Issue