Skip to content

Commit

Permalink
Remove aliases and doc plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Mar 7, 2015
1 parent 58cbe72 commit 1eb80db
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@

:deploy-branches ["master"]

:aliases {"docs" ["do" ["doc"] ["marg" "--dir" "doc/marginalia"] ["hiera"]]
"tests" ["do" ["check"] ["test"] ["cloverage"]]}

:plugins [[codox "0.8.10"]
[lein-cloverage "1.0.2"]
[lein-marginalia "0.8.0"]]
:plugins [[lein-cloverage "1.0.2"]]

:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/data.codec "0.1.0"]
Expand Down

0 comments on commit 1eb80db

Please sign in to comment.