Addepar / ember-charts

https://opensource.addepar.com/ember-charts/
Other
783 stars 131 forks source link

Move lodash dependency to NPM #239

Closed mixonic closed 5 years ago

mixonic commented 5 years ago

Move this dependency off bower and into NPM.

rondale-sc commented 5 years ago

@mixonic Did you codemod this transform or manual?

mixonic commented 5 years ago

In this case I used https://github.com/efx/ember-lodash-single-import/ but had to clean up the output by hand. There are a few codemods I've used across all this work, none of which was super robust.