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:
parent
b1b81c152f
commit
c234b01dee
1 changed files with 6 additions and 10 deletions
|
@ -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"]}
|
||||
}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue