From 16febbbc32126515ed127ad2eb9118bea085ae73 Mon Sep 17 00:00:00 2001 From: mac- Date: Thu, 9 Oct 2014 15:13:22 -0600 Subject: [PATCH] Version 0.6.4 - Issue #12 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5019bb1..0a292ba 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,11 @@ "contributors": [ "Mac Angell " ], - "version": "0.6.3", + "version": "0.6.4", "dependencies": { "underscore": "1.x.x", "hoek": "2.x.x", - "z-schema": "3.x.x" + "z-schema": "^3.0.1" }, "devDependencies": { "mocha": "1.x.x", @@ -55,7 +55,7 @@ } }, "travis-cov": { - "threshold": 85 + "threshold": 84 } }, "license": "MIT"