Skip to content

Commit

Permalink
Update deps. Closes #221
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Aug 14, 2019
1 parent 8d25f18 commit e2a5bed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ install:
- "npm install hapi@$HAPI_VERSION"

env:
- HAPI_VERSION="17"
- HAPI_VERSION="18"

os:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"dependencies": {
"@hapi/boom": "7.x.x",
"@hapi/bounce": "1.x.x",
"@hapi/hoek": "6.x.x",
"@hapi/hoek": "8.x.x",
"@hapi/joi": "15.x.x"
},
"devDependencies": {
"@hapi/code": "5.x.x",
"@hapi/code": "6.x.x",
"@hapi/hapi": "18.x.x",
"@hapi/lab": "18.x.x"
"@hapi/lab": "20.x.x"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L",
Expand Down

0 comments on commit e2a5bed

Please sign in to comment.