hapipal / boilerplate

A friendly, proven starting place for your next hapi plugin or deployment
https://hapipal.com
183 stars 27 forks source link

Update dependencies with new @hapi scope #71

Closed devinivy closed 5 years ago

devinivy commented 5 years ago

Modules in the hapijs org now are published under the @hapi/x scope. References to these dependencies need to be updated. This would also be a good time to ensure deps are up to date. I believe the only one needing updating will be joi. Also need to sweep flavors.

codingfiddler commented 5 years ago

This would be fantastic, I just spun up my first project with hapi-pal and was a bit worried by the wall of warnings that npm threw about moved dependencies.

devinivy commented 5 years ago

Flavors could use a quick sweep, but general installations should be all set!

codingfiddler commented 5 years ago

Awesome, thanks so much!