diff --git a/README.md b/README.md index c643bc9..4b5447b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Restify Errors Thrower + +[![Greenkeeper badge](https://badges.greenkeeper.io/simonepri/restify-errors-thrower.svg)](https://greenkeeper.io/) [![Travis CI](https://travis-ci.org/simonepri/restify-errors-thrower.svg?branch=master)](https://travis-ci.org/simonepri/restify-errors-thrower) [![Codecov](https://img.shields.io/codecov/c/github/simonepri/restify-errors-thrower/master.svg)](https://codecov.io/gh/simonepri/restify-errors-thrower) [![npm](https://img.shields.io/npm/dm/restify-errors-thrower.svg)](https://www.npmjs.com/package/restify-errors-thrower) [![npm version](https://img.shields.io/npm/v/restify-errors-thrower.svg)](https://www.npmjs.com/package/restify-errors-thrower) [![npm dependencies](https://david-dm.org/simonepri/restify-errors-thrower.svg)](https://david-dm.org/simonepri/restify-errors-thrower) [![npm dev dependencies](https://david-dm.org/simonepri/restify-errors-thrower/dev-status.svg)](https://david-dm.org/simonepri/restify-errors-thrower#info=devDependencies) > 💥 Throw Restify errors easily and consistently! diff --git a/package.json b/package.json index 8e376c6..511e202 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,11 @@ "description": "Throw Restify errors easily and consistently!", "main": "index.js", "dependencies": { - "restify-errors": "^4.3.0" + "restify-errors": "^5.0.0" }, "devDependencies": { "ava": "*", - "codecov": "^2.2.0", + "codecov": "^3.0.0", "nyc": "^11.0.3", "xo": "*" },