Skip to content

Commit

Permalink
[pmonks#6] More configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilio Silva Schlenker committed May 11, 2019
1 parent 7b79930 commit 3d4b118
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
[org.jsoup/jsoup "1.11.3"]
[hickory "0.7.1"]]
:profiles {:dev {:plugins [[lein-licenses "0.2.2"]
[lein-codox "0.10.4"]]}
[lein-codox "0.10.4"]
[lein-cljsbuild "1.1.7"]
[lein-doo "0.1.10"]]
:dependencies [[doo "0.1.11"]]}
:1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]}
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}
Expand All @@ -45,7 +48,6 @@
:username :env/clojars_username
:password :env/clojars_password}]]
:codox {:source-uri "https://github.com/clj-commons/unfurl/blob/master/{filepath}#L{line}"}
:plugins [[lein-cljsbuild "1.1.7"] [lein-doo "0.1.10"]]
:cljsbuild {:builds [{:id "test"
:source-paths ["src" "test"]
:compiler {:output-to "target/unit-tests.js"
Expand Down

0 comments on commit 3d4b118

Please sign in to comment.