added note that null is returned on error

This commit is contained in:
AJ ONeal 2013-04-24 18:31:42 -06:00
parent 65c47649af
commit 2094174df2
1 changed files with 2 additions and 0 deletions

View File

@ -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