Updated Branches: refs/heads/fauxton-file-reorder 20f8d05d3 -> 5e29574e8
Add fauxton to the default settings Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/5e29574e Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/5e29574e Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/5e29574e Branch: refs/heads/fauxton-file-reorder Commit: 5e29574e8d1572ee3906a7415f37737774be0923 Parents: 20f8d05 Author: suelockwood <[email protected]> Authored: Tue Jan 28 14:44:24 2014 -0500 Committer: suelockwood <[email protected]> Committed: Tue Jan 28 14:44:24 2014 -0500 ---------------------------------------------------------------------- src/fauxton/settings.json.default | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/5e29574e/src/fauxton/settings.json.default ---------------------------------------------------------------------- diff --git a/src/fauxton/settings.json.default b/src/fauxton/settings.json.default index 807f6bf..7f090bb 100644 --- a/src/fauxton/settings.json.default +++ b/src/fauxton/settings.json.default @@ -1,5 +1,6 @@ { "deps": [ + { "name": "fauxton" }, { "name": "databases" }, { "name": "documents" }, { "name": "pouchdb" },
