Skip to content

Commit

Permalink
Massage dependencies for node versions compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
zemccartney committed Nov 9, 2017
1 parent a953e0e commit 90f9e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ language: node_js
node_js:
- "4"
- "6"
- "8"
- "8.7.0"

after_script: "npm run coveralls"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"hapi": ">=10 <17"
},
"devDependencies": {
"boom": "6.x.x",
"boom": "5.x.x",
"code": "4.x.x",
"coveralls": "3.x.x",
"hapi": "15.x.x",
Expand Down

0 comments on commit 90f9e67

Please sign in to comment.