Skip to content

fix: use unscoped package name for NPM publish#253

Merged
ibrahimcesar merged 1 commit intomainfrom
fix/npm-publish-unscoped-only
Feb 17, 2026
Merged

fix: use unscoped package name for NPM publish#253
ibrahimcesar merged 1 commit intomainfrom
fix/npm-publish-unscoped-only

Conversation

@ibrahimcesar
Copy link
Owner

Summary

Fixes the E404 Not Found error when publishing to NPM. The package lives at react-lite-youtube-embed (unscoped), not @ibrahimcesar/react-lite-youtube-embed.

  • Renamed package in package.json from @ibrahimcesar/react-lite-youtube-embed to react-lite-youtube-embed
  • Removed the scoped publish step from both release.yml and auto-release.yml
  • Simplified the publish step β€” no more backup/rename of package.json needed since the name is now correct
  • Cleaned up release summary to remove scoped package references
  • Bumped version to 3.5.0

Test plan

πŸ€– Generated with Claude Code

The package lives at npmjs.com/package/react-lite-youtube-embed (unscoped).
Remove scoped publish steps that were causing E404 errors.
Simplify publish steps since no package.json name rewrite is needed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ibrahimcesar ibrahimcesar merged commit a8edfa1 into main Feb 17, 2026
7 checks passed
@github-actions
Copy link
Contributor

size-limit report πŸ“¦

Path Size
ES Module 3.1 KB (0%)
CommonJS 3.11 KB (0%)
CSS 1.25 KB (0%)

@chawax
Copy link

chawax commented Feb 18, 2026

This pull resquest causes an issue with the npm package : #254

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants