Skip to content

Commit

Permalink
Merge pull request #23 from RickMoynihan/master
Browse files Browse the repository at this point in the history
Don't expose build time dependencies
  • Loading branch information
kiranshila committed Dec 24, 2021
2 parents 3a98691 + 4bb2891 commit 80931ea
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
com.vladsch.flexmark/flexmark-ext-footnotes {:mvn/version "0.62.2"}
com.vladsch.flexmark/flexmark-ext-gfm-strikethrough {:mvn/version "0.62.2"}
com.vladsch.flexmark/flexmark-ext-gfm-tasklist {:mvn/version "0.62.2"}
com.vladsch.flexmark/flexmark-test-util {:mvn/version "0.62.2"}
com.vladsch.flexmark/flexmark-test-util {:mvn/version "0.62.2"
:exclusions [junit/junit]}
com.vladsch.flexmark/flexmark-ext-gitlab {:mvn/version "0.62.2"}
hickory/hickory {:mvn/version "0.7.1"}
cljs-bean/cljs-bean {:mvn/version "1.7.0"}
thheller/shadow-cljs {:mvn/version "2.15.9"}}
}

:aliases {:test-cljs {:extra-paths ["test"]
:main-opts ["-m" "shadow.cljs.devtools.cli" "release" "test"]}
:main-opts ["-m" "shadow.cljs.devtools.cli" "release" "test"]
:extra-deps {thheller/shadow-cljs {:mvn/version "2.15.9"}}}
:test-clj {:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.0.887"}
lambdaisland/kaocha-junit-xml {:mvn/version "0.0.76"}
Expand Down

0 comments on commit 80931ea

Please sign in to comment.