[email protected] 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/secondary-indexes Commit: 9d8900bd09f8b6e1c35292a2eb7088ac67851ca7 Parents: 43f0033 Author: Robert Kowalski <[email protected]> Authored: Sat Aug 23 22:44:35 2014 +0200 Committer: Robert Kowalski <[email protected]> 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",
