Skip to content

Commit

Permalink
update deps (#73)
Browse files Browse the repository at this point in the history
* fix version badge
* update deps
* fix duplicate key declaration
  • Loading branch information
genediazjr authored and arb committed May 27, 2016
1 parent 595ab69 commit ca0982b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -2,7 +2,8 @@

`good-console` is a transform stream useful for turning [good](https://github.com/hapijs/good) server events into formatted strings.

[![Build Status](https://travis-ci.org/hapijs/good-console.svg?branch=master)](http://travis-ci.org/hapijs/good-console)![Current Version](https://img.shields.io/npm/v/good-console.svg)
[![Build Status](https://travis-ci.org/hapijs/good-console.svg?branch=master)](http://travis-ci.org/hapijs/good-console)
[![Current Version](https://img.shields.io/npm/v/good-console.svg)](https://www.npmjs.com/package/good-console)

Lead Maintainer: [Adam Bretz](https://github.com/arb)

Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -8,13 +8,13 @@
"test": "lab -t 100 -vLa code"
},
"dependencies": {
"hoek": "3.x.x",
"joi": "8.0.x",
"hoek": "4.x.x",
"joi": "8.1.x",
"json-stringify-safe": "5.0.x",
"moment": "2.12.x"
"moment": "2.13.x"
},
"devDependencies": {
"code": "2.x.x",
"code": "3.x.x",
"lab": "10.x.x"
},
"engines": {
Expand Down
1 change: 0 additions & 1 deletion test/index.js
Expand Up @@ -42,7 +42,6 @@ internals.ops = {
concurrents: {},
responseTimes: {},
listener: {},
responseTimes: {},
sockets: { http: {}, https: {} }
}
};
Expand Down

0 comments on commit ca0982b

Please sign in to comment.