From fd07b10fd7e800b6a9d397a86407f3aea6101692 Mon Sep 17 00:00:00 2001 From: Calvin French-Owen Date: Thu, 20 Feb 2014 13:49:40 -0800 Subject: [PATCH] pinning deps in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0f3bd7c..fda4c7a 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "0.2.1", "description": "Array / object / string iteration utility", "dependencies": { - "component-type": "*", - "to-function": "*" + "component-type": "~1.0.0", + "to-function": "~1.2.1" }, "browser": { "type": "type-component"