Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Nov 3, 2018
1 parent f2c42d6 commit f7a73f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ Imagine you run facebook and you want visitors to sign up on the website with re
This is joi, joi allows you to create *blueprints* or *schemas* for JavaScript objects (an object that stores information) to ensure *validation* of key information.

# API
See the detailed [API Reference](https://github.com/hapijs/joi/blob/v14.0.3/API.md).
See the detailed [API Reference](https://github.com/hapijs/joi/blob/v14.0.4/API.md).

# Example

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "joi",
"description": "Object schema validation",
"version": "14.0.3",
"version": "14.0.4",
"homepage": "https://github.com/hapijs/joi",
"repository": "git://github.com/hapijs/joi",
"main": "lib/index.js",
Expand Down

0 comments on commit f7a73f5

Please sign in to comment.