Skip to content

Commit

Permalink
be explicit about hapi and inert version
Browse files Browse the repository at this point in the history
  • Loading branch information
codisredding authored and codisredding committed Nov 2, 2016
1 parent 2fcd0d3 commit 45a0216
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/hapi/package.json
@@ -1,9 +1,9 @@
{
"name": "sockjs-hapi",
"version": "0.0.0-unreleasable",
"dependencies": {
"hapi": "*",
"inert": "*",
"sockjs": "*"
}
"name": "sockjs-hapi",
"version": "0.0.0-unreleasable",
"dependencies": {
"hapi": "15.x.x",
"inert": "4.x.x",
"sockjs": "*"
}
}

0 comments on commit 45a0216

Please sign in to comment.