Skip to content

Commit

Permalink
update project deps with plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdh committed Apr 27, 2012
1 parent 93748c9 commit bfd021e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/leiningen/html5_docs.clj
Expand Up @@ -4,7 +4,8 @@

(defn html5-docs [project]
(eval-in-project
(update-in project [:dependencies] conj [lein-html5-docs "1.2.0"])
(update-in project [:dependencies]
conj ['lein-html5-docs "1.2.0"])
`(leiningen.html5-docs.core/html5-docs '~project)
'(require 'leiningen.html5-docs.core)))

0 comments on commit bfd021e

Please sign in to comment.