bump rum version to 0.9.1
This commit is contained in:
parent
31d53a09c7
commit
c4cdedf645
|
@ -76,7 +76,7 @@ interfaceConf =
|
|||
android: ["core.cljs"]
|
||||
common: []
|
||||
other: [["sablono_compiler.clj","sablono/compiler.clj"],["support.cljs","re_natal/support.cljs"]]
|
||||
deps: ['[rum "0.8.3" :exclusions [cljsjs/react cljsjs/react-dom sablono]]']
|
||||
deps: ['[rum "0.9.1" :exclusions [cljsjs/react cljsjs/react-dom sablono]]']
|
||||
shims: ["cljsjs.react", "cljsjs.react.dom", "sablono.core"]
|
||||
sampleCommandNs: '(in-ns \'$PROJECT_NAME_HYPHENATED$.ios.core)'
|
||||
sampleCommand: '(swap! app-state assoc :greeting "Hello Clojure in iOS and Android with Rum!")'
|
||||
|
|
Loading…
Reference in New Issue