mirror of
https://github.com/status-im/reagent.git
synced 2025-01-13 13:24:47 +00:00
Version 0.1.0
This commit is contained in:
parent
7f8d06eff1
commit
69b54410aa
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ PROF = dev,demo,test
|
||||
CLJSBUILD = client
|
||||
CLJSDIRS = src test
|
||||
|
||||
VERSION = 0.1.0-SNAPSHOT
|
||||
VERSION = 0.1.0
|
||||
|
||||
all: buildrun
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
|
||||
|
||||
(defproject simple-cloact "0.1.0-SNAPSHOT"
|
||||
(defproject simple-cloact "0.1.0"
|
||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||
[org.clojure/clojurescript "0.0-2138"]
|
||||
[cloact "0.1.0-SNAPSHOT"]]
|
||||
[cloact "0.1.0"]]
|
||||
:plugins [[lein-cljsbuild "1.0.1"]]
|
||||
:hooks [leiningen.cljsbuild]
|
||||
:profiles {:prod {:cljsbuild
|
||||
|
@ -1,9 +1,9 @@
|
||||
|
||||
|
||||
(defproject todomvc-cloact "0.1.0-SNAPSHOT"
|
||||
(defproject todomvc-cloact "0.1.0"
|
||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||
[org.clojure/clojurescript "0.0-2138"]
|
||||
[cloact "0.1.0-SNAPSHOT"]]
|
||||
[cloact "0.1.0"]]
|
||||
:plugins [[lein-cljsbuild "1.0.1"]]
|
||||
:hooks [leiningen.cljsbuild]
|
||||
:profiles {:prod {:cljsbuild
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
(defproject cloact "0.1.0-SNAPSHOT"
|
||||
(defproject cloact "0.1.0"
|
||||
:url "http://github.com/holmsand/cloact"
|
||||
:license {:name "MIT"}
|
||||
:description "A simple ClojureScript interface to React"
|
||||
|
Loading…
x
Reference in New Issue
Block a user