Skip to content

Commit

Permalink
Upgrade lein-npm to 0.5.0 to get fix for [Issue 14 "resolve-in-jar-de…
Browse files Browse the repository at this point in the history
…p is a wee bit brittle"](RyanMcG/lein-npm#14).
  • Loading branch information
roanosullivan committed Feb 2, 2015
1 parent 0b3f436 commit 68dfed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defproject lein-bower "0.5.1"
(defproject lein-bower "0.5.2"
:description "Manage Bower dependencies for CLJS projects"
:url "https://github.com/myguidingstar/lein-bower"
:license {:name "Apache License, version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0.html"}
:dependencies [[lein-npm "0.4.0"]]
:dependencies [[lein-npm "0.5.0"]]
:eval-in-leiningen true)

0 comments on commit 68dfed1

Please sign in to comment.