Skip to content

Commit 0456727

Browse files
committed
Setup clojars deployment
1 parent f715c30 commit 0456727

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

project.clj

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
:license {:name "MIT License"
55
:url "http://opensource.org/licenses/MIT"
66
:distribution :repo}
7+
:scm {:name "git"
8+
:url "https://github.com/binaryage/cljs-devtools"}
9+
:signing {:gpg-key "DDD8C87F"}
10+
:deploy-repositories [["clojars" {:creds :gpg}]]
11+
:pom-addition [:developers [:developer
12+
[:name "Antonin Hildebrand"]
13+
[:url "https://github.com/darwin"]
14+
[:email "[email protected]"]
15+
[:timezone "+1"]]]
716

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

0 commit comments

Comments
 (0)