Skip to content

Commit

Permalink
added deploy-repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
gmp26 committed Jun 24, 2019
1 parent 65a8b11 commit 9ad6a7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject wc-rum-lib "0.1.16"
:description "FIXME: write description"
:description "Winto Rumish UI components"
:url "https://github.com/wintoncentre/wc-rum-lib"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
Expand Down Expand Up @@ -54,5 +54,8 @@
:init (set! *print-length* 50)
:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}}}

:deploy-repositories [["releases" :clojars]
["snapshots" :clojars]]


)

0 comments on commit 9ad6a7f

Please sign in to comment.