diff --git a/project.clj b/project.clj index 76e00ef..4930ab5 100644 --- a/project.clj +++ b/project.clj @@ -6,9 +6,4 @@ :dependencies [[org.clojure/clojure "1.10.1"] [org.clojure/clojurescript "1.10.520"] [cljsjs/antd "3.25.3-0"] - [cljsjs/moment "2.24.0-0"]] - :plugins [[lein-codox "0.10.3"]] - :codox {:language :clojurescript - :metadata {:doc/format :markdown} - :output-path "doc/dist/latest/api" - :namespaces [antizer.core antizer.reagent antizer.rum]}) + [cljsjs/moment "2.24.0-0"]])