Skip to content

Commit

Permalink
Setup clojars deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Feb 21, 2015
1 parent f715c30 commit 0456727
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"
:distribution :repo}
:scm {:name "git"
:url "https://github.com/binaryage/cljs-devtools"}
:signing {:gpg-key "DDD8C87F"}
:deploy-repositories [["clojars" {:creds :gpg}]]
:pom-addition [:developers [:developer
[:name "Antonin Hildebrand"]
[:url "https://github.com/darwin"]
[:email "[email protected]"]
[:timezone "+1"]]]

:dependencies [[org.clojure/clojure "1.6.0" :scope "provided"]
[org.clojure/clojurescript "0.0-2850" :scope "provided"]
Expand Down

0 comments on commit 0456727

Please sign in to comment.