Fixed typo
This commit is contained in:
parent
1e4969993d
commit
d4b0a03708
1 changed files with 15 additions and 15 deletions
30
project.clj
30
project.clj
|
@ -1,16 +1,16 @@
|
||||||
(defproject cryogen-core "0.1.0"
|
(defproject cryogen-core "0.1.0"
|
||||||
:description "Cryogen's compiler"
|
:description "Cryogen's compiler"
|
||||||
:url "https://github.com/lacarmen/cryogen-core"
|
:url "https://github.com/lacarmen/cryogen-core"
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "Eclipse Public License"
|
||||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||||
- [clj-rss "0.1.9"]
|
[clj-rss "0.1.9"]
|
||||||
- [me.raynes/fs "1.4.6"]
|
[me.raynes/fs "1.4.6"]
|
||||||
- [crouton "0.1.2"]
|
[crouton "0.1.2"]
|
||||||
- [cheshire "5.3.1"]
|
[cheshire "5.3.1"]
|
||||||
- [clj-text-decoration "0.0.3"]
|
[clj-text-decoration "0.0.3"]
|
||||||
- [io.aviso/pretty "0.1.13"]
|
[io.aviso/pretty "0.1.13"]
|
||||||
- [hiccup "1.0.5"]
|
[hiccup "1.0.5"]
|
||||||
[selmer "0.7.7"]
|
[selmer "0.7.7"]
|
||||||
- [markdown-clj "0.9.58"
|
[markdown-clj "0.9.58"
|
||||||
- :exclusions [com.keminglabs/cljx]]]])
|
:exclusions [com.keminglabs/cljx]]])
|
||||||
|
|
Loading…
Reference in a new issue