From ef190f56504e3b8003dfeec967ba423241b2a5a3 Mon Sep 17 00:00:00 2001 From: Robert Kowalski Date: Sun, 5 Oct 2014 15:11:23 +0200 Subject: [PATCH] couchapp@0.11.0 removes the horn sound on push, which breaks on linux --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ab87ca..55d6745 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "test": "grunt test" }, "dependencies": { - "couchapp": "0.10.*", + "couchapp": "~0.11.0", "grunt": "~0.3.12", "nano": "3.3.0" },