From 981fd1dcd3668f0c49ded854a8753409120a2059 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 9 Jun 2014 11:54:49 -0400 Subject: [PATCH] change from ^ to ~ --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 038a532..1511756 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ "watch": "~0.10.0", "docopt": "~0.4.0", "colors": "~0.6.2", - "shell-quote": "^1.4.1", - "rc": "^0.4.0" + "shell-quote": "~1.4.1", + "rc": "~0.4.0" }, "bin": { "tend": "bin/tend"