diff options
author | Will Holley <willholley@apache.org> | 2019-10-15 12:50:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-15 12:50:27 +0100 |
commit | 5a272562035d4c60b7daef546235e8a83b2de352 (patch) | |
tree | c67c5dce5db26a897b86a0478a1ff7eab1ffc515 | |
parent | 28edf6afc7b45cb2af50342b846e4345bdb67045 (diff) | |
download | couchdb-5a272562035d4c60b7daef546235e8a83b2de352.tar.gz |
Update Fauxton to 1.2.2fauxton-1.2.2
Explicitly installs peer dependencies, the lack of which were causing the webpack bundling to fail.
-rw-r--r-- | rebar.config.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script index d431cbef5..75a4a3e71 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"}}, |