0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-18 18:51:29 -05:00

misc(frontend): cosmetic changes on deps.edn

This commit is contained in:
Andrey Antukh 2019-06-20 22:33:55 +02:00
parent b1b81c152f
commit c234b01dee

View file

@ -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"]}
}}