From e0fe3a92942e2b4070d1166e4f56a25569636ec2 Mon Sep 17 00:00:00 2001 From: Sean Cannon Date: Tue, 13 Oct 2015 22:06:00 -0700 Subject: [PATCH] 1.0.1 - update Ramda to 0.18.x --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8c2e393..585baf2 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name" : "alien-node-q-utils", - "version" : "1.0.0", + "version" : "1.0.1", "description" : "Helper functions for promises with Q on NodeJS", "main" : "lib/Promises.js", "dependencies" : { - "ramda" : "^0.17.x", + "ramda" : "^0.18.x", "q" : "^2.0.x" }, "devDependencies" : {