Skip to content

Commit

Permalink
Indicate optional dependencies for cljdoc analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Jan 26, 2024
1 parent f14e951 commit 757432a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
[thheller/shadow-cljs "2.23.3" :scope "provided"]
[reagent/reagent "1.2.0"]
[net.cgrand/macrovich "0.2.1"]
[org.clojure/tools.logging "1.2.4"]]
[org.clojure/tools.logging "1.2.4"]
[org.babashka/sci "0.8.40" :scope "provided"]
[funcool/promesa "10.0.575" :scope "provided"]]

:plugins [[day8/lein-git-inject "0.0.15"]
[lein-shadow "0.4.1"]]
Expand Down Expand Up @@ -78,7 +80,7 @@

:aliases {"watch" ["do"
["clean"]
["with-profile" "+docs" "shadow" "watch" "browser-test" "karma-test" "docs"]]
["shadow" "watch" "browser-test" "karma-test" "docs"]]

"ci" ["do"
["clean"]
Expand All @@ -87,4 +89,4 @@

"docs" ["do"
["clean"]
["with-profile" "+docs" "shadow" "release" ":docs"]]})
["shadow" "release" ":docs"]]})

0 comments on commit 757432a

Please sign in to comment.