From c234b01dee6677d79571e2d558b1380fb85ad397 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 20 Jun 2019 22:33:55 +0200 Subject: [PATCH] misc(frontend): cosmetic changes on deps.edn --- frontend/deps.edn | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/frontend/deps.edn b/frontend/deps.edn index 7bf156727..f728d1ecd 100644 --- a/frontend/deps.edn +++ b/frontend/deps.edn @@ -20,16 +20,12 @@ } :paths ["src" "vendor"] :aliases - {:dev - {:extra-deps {com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"} - com.bhauman/rebel-readline {:mvn/version "0.1.4"} - com.bhauman/figwheel-main {:mvn/version "0.2.1-SNAPSHOT"} - org.clojure/tools.namespace {:mvn/version "0.2.11"} - } + {:dev {:extra-deps {com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"} + com.bhauman/rebel-readline {:mvn/version "0.1.4"} + com.bhauman/figwheel-main {:mvn/version "0.2.1-SNAPSHOT"} + org.clojure/tools.namespace {:mvn/version "0.2.11"}} + :extra-paths ["test"]} - :extra-paths ["test" "resources"]} - - :repl {:main-opts ["-m" "rebel-readline.main"] - :extra-deps {com.bhauman/rebel-readline {:mvn/version "0.1.4"}}} + :repl {:main-opts ["-m" "rebel-readline.main"]} }}