We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f715c30 commit 0456727Copy full SHA for 0456727
project.clj
@@ -4,6 +4,15 @@
4
:license {:name "MIT License"
5
:url "http://opensource.org/licenses/MIT"
6
: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"]]]
16
17
:dependencies [[org.clojure/clojure "1.6.0" :scope "provided"]
18
[org.clojure/clojurescript "0.0-2850" :scope "provided"]
0 commit comments