From 0554522bd4bb1a30082555960b320c47b5dc038f Mon Sep 17 00:00:00 2001 From: Michael Morrison Date: Wed, 10 Jul 2013 05:25:38 -0500 Subject: [PATCH] bump package versions --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 98597c8..4c0a089 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ } ], "dependencies": { - "iconv": ">2.0.6", - "bignum": ">0.6.1", - "async": ">0.2.9" + "iconv": ">=2.0.6", + "bignum": ">=0.6.1", + "async": ">=0.2.9" } }