n4bb12 / verdaccio-github-oauth-ui

📦🔐 GitHub OAuth plugin for Verdaccio
https://verdaccio.org
MIT License
73 stars 45 forks source link

fix: take verdaccio version from package.json #146

Closed thatsmydoing closed 2 years ago

thatsmydoing commented 2 years ago

Fixes https://github.com/n4bb12/verdaccio-github-oauth-ui/issues/143

We now take the version from package.json. This is already what verdaccio itself does anyway to populate the user agent.

n4bb12 commented 2 years ago

Thank you @thatsmydoing 🙏