Skip to content

Commit

Permalink
add deploy info into project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Jan 13, 2016
1 parent d028f34 commit 6198a71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
(defproject binaryage/dirac "0.1.0"
:description "Dirac DevTools - a Chrome DevTools fork for ClojureScript developers."
:url "https://github.com/binaryage/dirac"
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"
:distribution :repo}
:scm {:name "git"
:url "https://github.com/binaryage/dirac"}

:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "1.7.170"]
[org.clojure/core.async "0.2.374"]
Expand Down

0 comments on commit 6198a71

Please sign in to comment.