[boot]: nulling out "ensure-branch" for publishing

This commit is contained in:
anatoly 2015-12-22 14:23:18 -05:00
parent a9eb10c414
commit 1e1afa94fd

View file

@ -98,7 +98,7 @@
(cljs :optimizations :advanced :ids #{"mount"})))
(task-options!
push #(-> (into {} %) (assoc :ensure-branch nil))
push {:ensure-branch nil}
pom {:project 'mount
:version +version+
:description "managing Clojure and ClojureScript app state since (reset)"