Skip to content

Commit

Permalink
updated project
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Rahkola committed Mar 9, 2013
1 parent 889bed0 commit 1c23eaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
# recursion

I'm an app. Or maybe I'm a library? I haven't decided yet.

The choice is up to you!
I'm part of the [120 hour epic sax marathon](http://iloveponies.github.com/120-hour-epic-sax-marathon/).

## Usage

FIXME

## License

Copyright © 2012 FIXME

Distributed under the Eclipse Public License, the same as Clojure.
Make a fork of me!
9 changes: 3 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
(defproject recursion "1.0.0-SNAPSHOT"
:description "Recursion"
:repositories {"stuart" "http://stuartsierra.com/maven2"}
:dependencies [[org.clojure/clojure "1.4.0"]]
:profiles {:dev {:dependencies [[midje "1.4.0"]
[com.stuartsierra/lazytest "1.2.3"]]
:plugins [[lein-midje "2.0.0-SNAPSHOT"]]}})
:dependencies [[org.clojure/clojure "1.5.0"]]
:profiles {:dev {:dependencies [[midje "1.5-RC1"]]
:plugins [[lein-midje "3.0-RC1"]]}})

0 comments on commit 1c23eaf

Please sign in to comment.