Skip to content

Commit 84288ec

Browse files
committed
Update dependencies
1 parent 22825a1 commit 84288ec

File tree

5 files changed

+34
-30
lines changed

5 files changed

+34
-30
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*
2+
!lib/**
3+
!.npmignore

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ language: node_js
33
node_js:
44
- "4"
55
- "6"
6+
- "node"
67

78
sudo: false

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright (c) 2011-2016, Project contributors.
2-
Copyright (c) 2011-2014, Walmart.
1+
Copyright (c) 2011-2016, Project contributors
2+
Copyright (c) 2011-2014, Walmart
33
Copyright (c) 2011, Yahoo Inc.
44
All rights reserved.
55

npm-shrinkwrap.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hapi",
33
"description": "HTTP Server framework",
44
"homepage": "http://hapijs.com",
5-
"version": "13.5.0",
5+
"version": "13.5.1",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/hapijs/hapi"
@@ -29,7 +29,7 @@
2929
"hoek": "4.x.x",
3030
"iron": "4.x.x",
3131
"items": "2.x.x",
32-
"joi": "8.x.x",
32+
"joi": "9.x.x",
3333
"kilt": "2.x.x",
3434
"mimos": "3.x.x",
3535
"peekaboo": "2.x.x",
@@ -44,7 +44,7 @@
4444
"inert": "4.x.x",
4545
"lab": "10.x.x",
4646
"vision": "4.x.x",
47-
"wreck": "7.x.x"
47+
"wreck": "8.x.x"
4848
},
4949
"scripts": {
5050
"test": "lab -a code -t 100 -L",

0 commit comments

Comments
 (0)