From 45a0216407be72b126a820afbf53d04fd7fdc8ae Mon Sep 17 00:00:00 2001 From: codisredding Date: Wed, 2 Nov 2016 12:11:54 -0500 Subject: [PATCH] be explicit about hapi and inert version --- examples/hapi/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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": "*" + } }