I am trying this library but when I added it to my deps.edn I see a lot of things downloaded that probably should not be there (like boot namespaces):
Downloading: org/clojars/mmb90/cljs-cache/0.1.4/cljs-cache-0.1.4.pom from https://repo.clojars.org/
Downloading: org/clojure/core.async/0.2.385/core.async-0.2.385.pom from https://repo1.maven.org/maven2/
Downloading: adzerk/boot-test/1.1.2/boot-test-1.1.2.pom from https://repo.clojars.org/
Downloading: crisptrutski/boot-cljs-test/0.2.2-SNAPSHOT/boot-cljs-test-0.2.2-20160402.204547-3.pom from https://repo.clojars.org/
Downloading: org/clojars/mmb90/cljs-cache/0.1.4/cljs-cache-0.1.4.jar from https://repo.clojars.org/
Downloading: adzerk/boot-test/1.1.2/boot-test-1.1.2.jar from https://repo.clojars.org/
Downloading: crisptrutski/boot-cljs-test/0.2.2-SNAPSHOT/boot-cljs-test-0.2.2-20160402.204547-3.jar from https://repo.clojars.org/
Would you be open to a patch to review the dependencies and add :scope "test" where necessary?
Hello!
I am trying this library but when I added it to my
deps.edn
I see a lot of things downloaded that probably should not be there (likeboot
namespaces):Would you be open to a patch to review the dependencies and add
:scope "test"
where necessary?