trailsjs / trailpack-hapi

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

Deprecated lodash function aliases #31

Closed jakobrosenberg closed 8 years ago

jakobrosenberg commented 8 years ago

server.js and index.js use the following functions aliases which have been deprecated. The new aliases are shown after the arrows.

_.contain => _.includes _.pluck => _.map _.unique => _.uniq

jaumard commented 8 years ago

Already fix on the master. Related to https://github.com/trailsjs/trailpack-hapi/issues/28 feel free to reopen if it's not the case