Skip to content

Commit

Permalink
inc version
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Granger <ibdknox@gmail.com>
  • Loading branch information
ibdknox committed Mar 13, 2012
1 parent ac9ed55 commit 6e3e7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/leiningen/new/cljs_template/project.clj
Expand Up @@ -2,10 +2,10 @@
:description "FIXME: write this!"
:url "http://exampl.com/FIXME"
:dependencies [[org.clojure/clojure "1.3.0"]
[noir-cljs "0.2.3"]
[noir-cljs "0.2.4"]
[jayq "0.1.0-alpha1"]
[fetch "0.1.0-alpha2"]
[crate "0.1.0-alpha1"]
[crate "0.1.0-alpha2"]
[noir "1.3.0-alpha10"]]
:cljsbuild {:builds [{}]}
:main ^{:skip-aot true} {{name}}.server)

0 comments on commit 6e3e7e3

Please sign in to comment.