trailsjs / trailpack-hapi

:package: Hapi.js Trailpack
MIT License
19 stars 9 forks source link

lodash update missing methods #28

Closed jaumard closed 8 years ago

jaumard commented 8 years ago

With lodash 4.0.0 a lot of methods disappeared like contains -> includes, pluck -> map, can't make a PR cause they're other error when I do this and maybe @tjwebb have more recent version in local.

jaumard commented 8 years ago

also unique -> uniq

tjwebb commented 8 years ago

Yea, this is why I hate npm3. If I upgrade a dependency in one module, I have to update it everywhere. I'm working on this today.

jaumard commented 8 years ago

Hum normally you don't have to, if multiple modules use different version of a module npm3 works like npm2 (normally :smile:) but yeah sometimes npm3 do weird things :( as I see you fix this on last version so I'm closing this thanks.