dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
25 stars 34 forks source link

Remove `npm` dependency by removing `david` #206

Closed tomdye closed 6 years ago

tomdye commented 6 years ago

Enhancement

The npm dependency we have in cli causes problems when reinstalling node_modules etc and we no longer require david as we are using npm search elsewhere to collect available version numbers.

We should remove this dependency and change the version command to use the npm search results.