Skip to content

Commit

Permalink
made the basic changes to the deps, build and bundle files
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi18av committed Jun 7, 2019
1 parent dc30afb commit 37562e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions planck-cljs/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 2,7 @@
org.clojure/test.check {:mvn/version "0.10.0-alpha4"}
com.cognitect/transit-cljs {:mvn/version "0.8.256"}
fipp {:mvn/version "0.6.18"}
andare {:mvn/version "0.10.0"}
malabarba/lazy-map {:mvn/version "1.3"}
cljsjs/parinfer {:mvn/version "3.11.0-0"}
cljsjs/long {:mvn/version "3.0.3-1"}}}
2 changes: 2 additions & 0 deletions planck-cljs/script/build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 71,8 @@
(try
(copy-source "cljs/core/specs/alpha.cljc")
(copy-source "cljs/core/specs/alpha.cljs")
(copy-source "cljs/core/async.cljs")
(copy-source "cljs/core/async.cljc")
(catch Throwable _))

(defn write-cache [cache out-path]
Expand Down
1 change: 1 addition & 0 deletions planck-cljs/src/planck/bundle.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 13,7 @@
[clojure.datafy]
[clojure.reflect]
[clojure.zip]
[cljs.core.async]
[fipp.clojure]
[fipp.deque]
[fipp.edn]
Expand Down

0 comments on commit 37562e9

Please sign in to comment.