From 239248be998e9af9e9138795a2f07ef7185a78ab Mon Sep 17 00:00:00 2001 From: iamdoron Date: Mon, 27 Jan 2014 08:20:22 +0200 Subject: [PATCH] specify hoek version to be ^1.4.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 373c14f6d..c827462e5 100755 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "node": "0.10.x" }, "dependencies": { - "hoek": "1.x.x", + "hoek": "^1.4.x", "boom": "2.x.x", "joi": "2.x.x", "catbox": "1.x.x",