Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 6390483

Browse files
committed
Remove old testing configs from project.clj
1 parent 2259793 commit 6390483

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

runner/project.clj

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@
66
:dependencies [[org.clojure/clojure "1.5.1"]
77
[leiningen "2.3.4"
88
:exclusions [stencil]]
9-
[fs "1.3.3"]
10-
]
11-
;:exclusions [org.clojure/clojurescript]
9+
[fs "1.3.3"]]
1210
:uberjar-name "lein-light-standalone.jar"
1311
:aot :all
14-
:source-paths ["src/"
15-
;"/users/chris/repos/clojurescript/src/clj"
16-
;"/users/chris/repos/clojurescript/src/cljs"
17-
]
12+
:source-paths ["src/"]
1813
:jvm-opts ["-Xmx1g"]
1914
:main leiningen.light-nrepl)

0 commit comments

Comments
 (0)