mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02: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"]
|
:paths ["src" "vendor"]
|
||||||
:aliases
|
:aliases
|
||||||
{:dev
|
{:dev {:extra-deps {com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}
|
||||||
{:extra-deps {com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}
|
com.bhauman/rebel-readline {:mvn/version "0.1.4"}
|
||||||
com.bhauman/rebel-readline {:mvn/version "0.1.4"}
|
com.bhauman/figwheel-main {:mvn/version "0.2.1-SNAPSHOT"}
|
||||||
com.bhauman/figwheel-main {:mvn/version "0.2.1-SNAPSHOT"}
|
org.clojure/tools.namespace {:mvn/version "0.2.11"}}
|
||||||
org.clojure/tools.namespace {:mvn/version "0.2.11"}
|
:extra-paths ["test"]}
|
||||||
}
|
|
||||||
|
|
||||||
:extra-paths ["test" "resources"]}
|
:repl {:main-opts ["-m" "rebel-readline.main"]}
|
||||||
|
|
||||||
:repl {:main-opts ["-m" "rebel-readline.main"]
|
|
||||||
:extra-deps {com.bhauman/rebel-readline {:mvn/version "0.1.4"}}}
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue