Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4 from gentleman-turk/relish
Browse files Browse the repository at this point in the history
Relish
  • Loading branch information
gentleman-turk committed May 12, 2021
2 parents 7670166 + 7dd8e34 commit 5809e8a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
@@ -1,5 +1,4 @@
script: npm run test-ci
language: node_js
node_js:
- "10"
- "12"
script: npm run test-ci
language: node_js
node_js:
- "12"
2 changes: 1 addition & 1 deletion API.md
@@ -1,5 +1,5 @@
<!-- version -->
API Documentation - `v5.0.0`
API Documentation - `v5.0.1`
---
<!-- versionstop -->

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -123,7 +123,7 @@ Relish Version | Hapi Version | Joi Version
5.x | >= 20.x | >= 17.x

## API Documentation
See the [API Documentation](https://github.com/gentleman-turk/relish/blob/v5.0.0/API.md) for reference.
See the [API Documentation](https://github.com/gentleman-turk/relish/blob/v5.0.1/API.md) for reference.

<!-- Badge URLs -->
[logo]:images/relish.png
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@condiments/relish",
"version": "5.0.0",
"version": "5.0.1",
"description": "Better error messages for Hapi.js Joi validation. This is branched from dialexa/relish since that appears abandoned.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5809e8a

Please sign in to comment.