update interface placeholder token in project.clj
This commit is contained in:
parent
da7dc48790
commit
7aad7f13c8
|
@ -5,7 +5,7 @@
|
||||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||||
:dependencies [[org.clojure/clojure "1.7.0"]
|
:dependencies [[org.clojure/clojure "1.7.0"]
|
||||||
[org.clojure/clojurescript "1.7.145"]
|
[org.clojure/clojurescript "1.7.145"]
|
||||||
[org.omcljs/om "0.9.0"]
|
[$REACT_INTERFACE$]
|
||||||
[org.omcljs/ambly "0.6.0"]]
|
[org.omcljs/ambly "0.6.0"]]
|
||||||
:plugins [[lein-cljsbuild "1.1.0"]]
|
:plugins [[lein-cljsbuild "1.1.0"]]
|
||||||
:cljsbuild {:builds {:dev {:source-paths ["src"]
|
:cljsbuild {:builds {:dev {:source-paths ["src"]
|
||||||
|
|
Loading…
Reference in New Issue