Skip to content

Commit 9639449

Browse files
committed
Revert "Try to fix the broken cljs build"
This reverts commit cdd9450. My assumption here was completely off - the real problem was the piggieback update.
1 parent 79b37e0 commit 9639449

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@
9696
:resource-paths ["test/resources"]
9797
:test-paths ["test/clj"]}
9898
:test-cljs {:test-paths ["test/cljs"]
99-
:dependencies [[org.clojure/tools.nrepl "0.2.13"]
100-
[cider/piggieback "0.3.2"]]}
99+
:dependencies [[cider/piggieback "0.3.2"]]}
101100

102101
:sysutils {:plugins [[lein-sysutils "0.2.0"]]}
103102

0 commit comments

Comments
 (0)