You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use lowercase package name and correct registry for GitHub Packages
- Package names in npm must be lowercase, changed @Mearman to @Mearman
- Explicitly set registry to npm.pkg.github.com for GitHub Packages publish
- This ensures the scoped package is published to the correct registry
0 commit comments