This is an automated email from the ASF dual-hosted git repository. willholley pushed a commit to branch fauxton-1.2.2 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 5a272562035d4c60b7daef546235e8a83b2de352 Author: Will Holley <[email protected]> AuthorDate: Tue Oct 15 12:50:27 2019 +0100 Update Fauxton to 1.2.2 Explicitly installs peer dependencies, the lack of which were causing the webpack bundling to fail. --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index d431cbe..75a4a3e 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -110,7 +110,7 @@ DepDescs = [ {docs, {url, "https://github.com/apache/couchdb-documentation"}, {tag, "2.3.0"}, [raw]}, {fauxton, {url, "https://github.com/apache/couchdb-fauxton"}, - {tag, "v1.2.1"}, [raw]}, + {tag, "v1.2.2"}, [raw]}, %% Third party deps {folsom, "folsom", {tag, "CouchDB-0.8.3"}}, {hyper, "hyper", {tag, "CouchDB-2.2.0-4"}},
