Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arb committed Jan 17, 2018
1 parent 0ab557d commit 3f07b60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -2,5 +2,7 @@ sudo: false
language: node_js

node_js:
- "4"
- "4"
- "6"
- "8"
- "node"
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "good-console",
"version": "6.4.1",
"version": "7.0.0",
"repository": "git://github.com/hapijs/good-console",
"description": "Console broadcasting for Good process monitor",
"main": "lib/index.js",
Expand All @@ -9,12 +9,12 @@
},
"dependencies": {
"hoek": "4.x.x",
"joi": "8.1.x",
"joi": "12.x.x",
"json-stringify-safe": "5.0.x",
"moment": "2.19.x"
"moment": "2.20.x"
},
"devDependencies": {
"code": "3.x.x",
"code": "4.x.x",
"lab": "14.x.x"
},
"engines": {
Expand Down

0 comments on commit 3f07b60

Please sign in to comment.