diff --git a/README.md b/README.md index 947b082..c3d78c9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ ## hapi-confi + +[![Greenkeeper badge](https://badges.greenkeeper.io/firstandthird/hapi-confi.svg)](https://greenkeeper.io/) [![Build Status](https://travis-ci.org/firstandthird/hapi-confi.svg?branch=master)](https://travis-ci.org/firstandthird/hapi-confi) Set up and run a hapi server using yaml/json files from a config directory diff --git a/package.json b/package.json index 50cea0b..ad95e86 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "lodash": "^4.11.1" }, "devDependencies": { - "code": "^4.1.0", + "code": "^5.1.0", "eslint": "^4.9.0", "eslint-config-firstandthird": "^4.0.1", "eslint-plugin-import": "^2.7.0", @@ -39,7 +39,7 @@ "hapi-auth-cookie": "^7.0.0", "hapi-favicon": "^1.0.0", "hapi-views": "^5.3.0", - "lab": "^14.3.1", + "lab": "^15.0.0", "vision": "^4.1.1" } }