File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 19
19
node_modules /
20
20
.shadow-cljs
21
21
shadow-cljs.edn
22
+ package.json
22
23
package-lock.json
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
:exclusions [com.google.javascript/closure-compiler-unshaded
9
9
org.clojure/google-closure-library
10
10
org.clojure/google-closure-library-third-party]]
11
- [thheller/shadow-cljs " 2.10.17 " :scope " provided" ]
11
+ [thheller/shadow-cljs " 2.10.19 " :scope " provided" ]
12
12
[re-frame " 1.0.0" :scope " provided" ]
13
13
[cljs-ajax " 0.8.0" ]]
14
14
15
15
:plugins [[day8/lein-git-inject " 0.0.14" ]
16
- [lein-shadow " 0.2.0 " ]
16
+ [lein-shadow " 0.2.2 " ]
17
17
[lein-shell " 0.5.0" ]]
18
18
19
19
:middleware [leiningen.git-inject/middleware]
27
27
:profiles {:dev {:dependencies [[binaryage/devtools " 1.0.2" ]]}}
28
28
29
29
:clean-targets [:target-path
30
+ " package.json"
30
31
" run/compiled" ]
31
32
32
33
:jvm-opts ^:replace [" -Xms256m" " -Xmx2g" ]
You can’t perform that action at this time.
0 commit comments