RyanMcG/lein-npm

Dev dependencies should be specified the same way Production dependencies are

chrisalbright opened this issue · 1 comments

I added a :devDependencies section to the :package map as a vector in the same way the :dependencies are specified, and they were not generated properly. I changed the :devDependencies back to a map and it worked just fine. It seems like these should behave consistently.

Agreed, I commented on the PR.