Skip to content

Commit

Permalink
Reducing artifact size
Browse files Browse the repository at this point in the history
  • Loading branch information
oliyh committed Mar 14, 2019
1 parent 419800d commit 467f45c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Expand Up @@ -6,12 +6,12 @@
:dependencies [[me.raynes/conch "0.8.0"]
[doo-chrome-devprotocol "0.1.0"]
[hickory "0.7.1"]]
:resource-paths ["example/resources"]
:monkeypatch-clojure-test false
:profiles {:provided {:dependencies [[org.clojure/clojure "1.10.0"]
[org.clojure/clojurescript "1.10.339"]
[org.clojure/tools.reader "1.3.2"]
[com.bhauman/figwheel-main "0.1.9"]]}
:dev {:dependencies [;; required for example project
[reagent "0.8.1"]
[devcards "0.2.6"]]}})
[devcards "0.2.6"]]
:resource-paths ["example/resources"]}})

0 comments on commit 467f45c

Please sign in to comment.