Skip to content

Commit 6198a71

Browse files
committed
add deploy info into project.clj
1 parent d028f34 commit 6198a71

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: project.clj

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
(defproject binaryage/dirac "0.1.0"
2+
:description "Dirac DevTools - a Chrome DevTools fork for ClojureScript developers."
3+
:url "https://github.com/binaryage/dirac"
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/dirac"}
9+
210
:dependencies [[org.clojure/clojure "1.7.0"]
311
[org.clojure/clojurescript "1.7.170"]
412
[org.clojure/core.async "0.2.374"]

0 commit comments

Comments
 (0)