RyanMcG / lein-npm

Manage Node dependencies for CLJS projects
295 stars 43 forks source link

Project dependencies should override dependencies of dependencies #62

Closed michaelcameron closed 6 years ago

michaelcameron commented 6 years ago

Project dependencies end up at the beginning of this list, but then latter when this list is passed to hash-map if there are any duplicates then the later (to the right) win. This means that project dependencies can't override dependencies of dependencies.