nuxt / example-auth0

A simple example that shows how to use Nuxt.js with Auth0.
https://auth0.nuxtjs.org
MIT License
719 stars 159 forks source link

Update yarn.lock to fix issues with private repos #21

Closed mmieluch closed 7 years ago

mmieluch commented 7 years ago

Before this patch installing dependencies with Yarn would fail, due to all the packages pointing to a private repository, which would return 401 Unauthorized for some packages.

Fixes #20

atinux commented 7 years ago

Thank you @mmieluch