ef4 / ember-browserify

ember-cli addon for easily loading CommonJS packages from npm via browserify.
MIT License
172 stars 28 forks source link

Bump lodash dependency #67

Closed blimmer closed 8 years ago

blimmer commented 8 years ago

Currently, this project depends on lodash-node ^2.4.1 which is deprecated and causes warnings at npm install time. Their recommendation is to upgrade to use the lodash package 4.x.

asakusuma commented 8 years ago

Fixed in https://github.com/ef4/ember-browserify/pull/69. 1.1.7 released.