johnbrett / hapi-auth-bearer-token

Simple Bearer authentication scheme plugin for hapi, accepts token by Header, Cookie or Query parameter.
MIT License
218 stars 46 forks source link

fix(package): regen lockfile #142

Closed AdriVanHoudt closed 6 years ago

AdriVanHoudt commented 6 years ago

I think the CI is failing (see https://travis-ci.org/johnbrett/hapi-auth-bearer-token/jobs/285711328) due to an outdated version of lab in the lockfile. In general I would only recommend a lockfile in the repo of your actual application.

I just did rm -rf node_modules && rm package-lock.json && npm i btw

johnbrett commented 6 years ago

I removed the lock file in v17 and added .npmrc so it doesn't regenerate, so will close this. Thanks 👍