Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Jul 28, 2016
1 parent 22825a1 commit 84288ec
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 30 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*
!lib/**
!.npmignore
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ language: node_js
node_js:
- "4"
- "6"
- "node"

sudo: false
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2011-2016, Project contributors.
Copyright (c) 2011-2014, Walmart.
Copyright (c) 2011-2016, Project contributors
Copyright (c) 2011-2014, Walmart
Copyright (c) 2011, Yahoo Inc.
All rights reserved.

Expand Down
50 changes: 25 additions & 25 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hapi",
"description": "HTTP Server framework",
"homepage": "http://hapijs.com",
"version": "13.5.0",
"version": "13.5.1",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/hapi"
Expand All @@ -29,7 +29,7 @@
"hoek": "4.x.x",
"iron": "4.x.x",
"items": "2.x.x",
"joi": "8.x.x",
"joi": "9.x.x",
"kilt": "2.x.x",
"mimos": "3.x.x",
"peekaboo": "2.x.x",
Expand All @@ -44,7 +44,7 @@
"inert": "4.x.x",
"lab": "10.x.x",
"vision": "4.x.x",
"wreck": "7.x.x"
"wreck": "8.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
Expand Down

0 comments on commit 84288ec

Please sign in to comment.