added note that null is returned on error
This commit is contained in:
parent
65c47649af
commit
2094174df2
|
@ -18,6 +18,8 @@ Turns a string such as `1.0.6-1+build-623` into the object
|
||||||
, build: 'build-623'
|
, build: 'build-623'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
returns `null` on **error**
|
||||||
|
|
||||||
### stringify(semverObject)
|
### stringify(semverObject)
|
||||||
|
|
||||||
Creates a string such as `1.0.6-1+build-623` from the object
|
Creates a string such as `1.0.6-1+build-623` from the object
|
||||||
|
|
Loading…
Reference in New Issue