webtides / element-js

Simple and lightweight base classes for web components with a beautiful API
MIT License
28 stars 3 forks source link

Think about publishing packages to NPM registry instead of GitHub packages #20

Closed eddyloewen closed 3 years ago

eddyloewen commented 3 years ago

As I found out today it is not possible at the moment to read npm packages from the GitHub Packages registry without a personal access token. Even for public repositories/packages...

This is very unfortunate...

By digging deeper I found that this will probably not be solved in the near future: https://github.community/t/download-from-github-package-registry-without-authentication/14407

So maybe we should start publishing to the real NPM registry ?

This would also resolve #17

cc @quarkus @lukas-schardt @KinG-DE