Merge pull request #1 from nopnop/patch-1
Forgotten return statement in stringifySemver()
This commit is contained in:
當前提交
ca103273a5
@ -42,6 +42,7 @@
|
||||
if (obj.build) {
|
||||
str += '+' + obj.build;
|
||||
}
|
||||
return str;
|
||||
}
|
||||
|
||||
function parseSemverRange(str) {
|
||||
|
||||
載入中…
x
新增問題並參考
Block a user