You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2014/08/23 22:44:10 UTC

fauxton commit: updated refs/heads/master to 9d8900b

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 43f0033b5 -> 9d8900bd0


couchapp@0.11.x

removes the horn on push which breaks on linux


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/9d8900bd
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/9d8900bd
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/9d8900bd

Branch: refs/heads/master
Commit: 9d8900bd09f8b6e1c35292a2eb7088ac67851ca7
Parents: 43f0033
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Sat Aug 23 22:44:35 2014 +0200
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Sat Aug 23 22:44:35 2014 +0200

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/9d8900bd/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 60a02f5..e8d497a 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
     "async": "~0.2.6",
     "grunt": "~0.4.1",
     "grunt-cli": "~0.1.6",
-    "couchapp": "~0.9.1",
+    "couchapp": "~0.11.0",
     "grunt-contrib-cssmin": "~0.5.0",
     "grunt-contrib-clean": "~0.4.1",
     "grunt-contrib-jshint": "~0.6.0",