Comparing version 7.0.4 to 7.0.6
{ | ||
"name": "celebrate", | ||
"version": "7.0.4", | ||
"version": "7.0.6", | ||
"description": "A joi validation middleware for Express.", | ||
@@ -14,3 +14,3 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/continuationlabs/celebrate.git" | ||
"url": "git+https://github.com/arb/celebrate.git" | ||
}, | ||
@@ -23,8 +23,8 @@ "keywords": [ | ||
], | ||
"author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)", | ||
"author": "Adam Bretz <arbretz@gmail.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/continuationlabs/celebrate/issues" | ||
"url": "https://github.com/arb/celebrate/issues" | ||
}, | ||
"homepage": "https://github.com/continuationlabs/celebrate#readme", | ||
"homepage": "https://github.com/arb/celebrate#readme", | ||
"dependencies": { | ||
@@ -31,0 +31,0 @@ "escape-html": "1.0.3", |
@@ -6,5 +6,5 @@ ![Celebrate](https://github.com/continuationlabs/celebrate/raw/master/images/logo.png) | ||
[![Current Version](https://img.shields.io/npm/v/celebrate.svg)](https://www.npmjs.org/package/celebrate) | ||
[![Build Status](https://travis-ci.org/continuationlabs/celebrate.svg?branch=master)](https://travis-ci.org/continuationlabs/celebrate) | ||
[![Build Status](https://travis-ci.org/arb/celebrate.svg?branch=master)](https://travis-ci.org/arb/celebrate) | ||
[![belly-button-style](https://img.shields.io/badge/eslint-bellybutton-4B32C3.svg)](https://github.com/continuationlabs/belly-button) | ||
[![belly-button-style](https://cdn.rawgit.com/continuationlabs/belly-button/master/badge.svg)](https://github.com/continuationlabs/belly-button) | ||
@@ -18,3 +18,3 @@ `celebrate` is an express middleware function that wraps the [joi](https://github.com/hapijs/joi/tree/v12.0.0) validation library. This allows you to use this middleware in any single route, or globally, and ensure that all of your inputs are correct before any handler function. The middleware allows you to validate `req.params`, `req.headers`, `req.query` and `req.body` (provided you are using `body-parser`). | ||
Wondering why *another* joi middleware library for express? Full blog post [here](https://blog.continuation.io/time-to-celebrate/). | ||
Wondering why *another* joi middleware library for express? Full blog post [here](https://medium.com/@adambretz/time-to-celebrate-27ccfc656d7f). | ||
@@ -21,0 +21,0 @@ ## express Compatibility |
Sorry, the diff of this file is not supported yet
12442