Skip to content

Commit 0a47505

Browse files
author
Eran Hammer
committed
wreck 5.2.0. Closes hapijs#2446
1 parent 4e38dba commit 0a47505

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

npm-shrinkwrap.json

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

package.json

Lines changed: 4 additions & 4 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": "8.2.0",
5+
"version": "8.3.0",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/hapijs/hapi"
@@ -40,14 +40,14 @@
4040
"statehood": "2.x.x",
4141
"subtext": "1.x.x",
4242
"topo": "1.x.x",
43-
"vision": "2.x.x",
44-
"wreck": "5.x.x"
43+
"vision": "2.x.x"
4544
},
4645
"devDependencies": {
4746
"bluebird": "2.x.x",
4847
"code": "1.x.x",
4948
"handlebars": "2.x.x",
50-
"lab": "5.x.x"
49+
"lab": "5.x.x",
50+
"wreck": "5.x.x"
5151
},
5252
"scripts": {
5353
"test": "node node_modules/lab/bin/lab -a code -t 100 -L",

0 commit comments

Comments
 (0)