Skip to content

Commit

Permalink
Fix source-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Dec 14, 2018
1 parent d8c5024 commit e98ed1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
[circleci/clj-yaml "0.5.6"]
[clojure-msgpack "1.2.1" :exclusions [org.clojure/clojure]]]
:dependencies []
:source-paths ["modules/muuntaja/src"]
:plugins [[lein-codox "0.10.5"]]
:codox {:src-uri "http://github.com/metosin/muuntaja/blob/master/{filepath}#L{line}"
:output-path "doc"
Expand All @@ -22,8 +23,7 @@
:profiles {:dev {:jvm-opts ^:replace ["-server"]

;; all module sources for development
:source-paths ["modules/muuntaja/src"
"modules/muuntaja-cheshire/src"
:source-paths ["modules/muuntaja-cheshire/src"
"modules/muuntaja-yaml/src"
"modules/muuntaja-msgpack/src"]

Expand Down

0 comments on commit e98ed1a

Please sign in to comment.