From 46144b8d2962ab2cf464f109265f7ba05e57c8d9 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Wed, 23 Jul 2014 11:03:44 -0700 Subject: [PATCH] follow the existing npm matching pattern --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80be5db55129..951e1bd45e4e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "grunt-contrib-watch": "~0.5.3", "grunt-mocha": "~0.4.10", "http-proxy": "~1.1.4", - "husky": "^0.6.0", + "husky": "~0.6.0", "istanbul": "~0.2.4", "load-grunt-config": "~0.7.0", "lodash": "~2.4.1",