From 9513ba168e8657373759699baa1c83a2c2a6857b Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 16 Aug 2013 13:50:29 -0400 Subject: [PATCH] Update couchapp version Improves debugging. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8fb8f01..ff57124 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "test": "grunt test" }, "dependencies": { - "couchapp": "0.9.1", + "couchapp": "0.10.1", "grunt": "~0.3.12", "nano": "3.3.0" }, @@ -40,4 +40,4 @@ "keywords": [ "gruntplugin" ] -} \ No newline at end of file +}