diff --git a/examples/hapi/package.json b/examples/hapi/package.json index e0bd262e..0e669d90 100644 --- a/examples/hapi/package.json +++ b/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": "*" + } }