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/68f5975a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/68f5975a Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/68f5975a Branch: refs/heads/fauxton-file-reorder Commit: 68f5975ad916cfd4e97290eed82f8ad31545bfc8 Parents: 652f889 Author: suelockwood <[email protected]> Authored: Tue Jan 28 14:44:24 2014 -0500 Committer: Garren Smith <[email protected]> Committed: Wed Jan 29 15:48:54 2014 +0200 ---------------------------------------------------------------------- src/fauxton/settings.json.default | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/68f5975a/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" },
