Compare commits

...

2 Commits

Author SHA1 Message Date
Sven Slootweg 4722f7d7cb 0.1.1 4 years ago
Sven Slootweg 50aca3940e Add placeholder README 4 years ago

@ -0,0 +1,5 @@
# @validatem/validation-result
Documentation for this module has not been written yet. By the time it reaches 1.0.0, it will have full documentation.
In the meantime, check out the `example.js` file in the repository for a usage demonstration.

@ -1,7 +1,7 @@
{
"name": "@validatem/validation-result",
"description": "Utility for creating a 'validation result', ie. an object that represents zero or more errors and an optional result value",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",
"repository": "http://git.cryto.net/validatem/validation-result.git",
"author": "Sven Slootweg <admin@cryto.net>",

Loading…
Cancel
Save