mirror of
https://github.com/penpot/penpot.git
synced 2026-09-12 23:19:28 +00:00
misc(frontend): cosmetic changes on deps.edn
This commit is contained in:
parent
b1b81c152f
commit
c234b01dee
@ -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…
x
Reference in New Issue
Block a user