File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ npm install -g jsx-to-clojurescript
1818```
1919** As library:**
2020```
21- [jsx-to-clojurescript "0.1.6 "]
21+ [jsx-to-clojurescript "0.1.7 "]
2222```
2323** As [ Alfred] ( https://www.alfredapp.com/ ) workflow (Mac only):**
2424
Original file line number Diff line number Diff line change 2222(defn stop-fig []
2323 (ra/stop-figwheel! ))
2424
25- (start-fig )
25+ (comment
26+ (start-fig ))
Original file line number Diff line number Diff line change 11{
22 "name" : " jsx-to-clojurescript" ,
3- "version" : " 0.1.6 " ,
3+ "version" : " 0.1.7 " ,
44 "description" : " Command and library to convert JSX snippets to Om/Reagent or other Clojurescript-style format." ,
55 "bin" : {
66 "jsx-to-clojurescript" : " jsx-to-clojurescript.js"
Original file line number Diff line number Diff line change 1- (defproject jsx-to-clojurescript " 0.1.6 "
1+ (defproject jsx-to-clojurescript " 0.1.7 "
22 :description " Command and library to convert JSX snippets to Om/Reagent or other Clojurescript-style format."
33 :url " https://github.com/madvas/jsx-to-clojurescript"
44 :dependencies [[org.clojure/clojure " 1.8.0" ]
You can’t perform that action at this time.
0 commit comments