Skip to content

Configure npm publishing to use @rotorsoft namespace - #8

Merged
Rotorsoft merged 1 commit into
masterfrom
ro/feature-7-configure-npm-publishing-to-use-rotorsof
Feb 5, 2026
Merged

Configure npm publishing to use @rotorsoft namespace#8
Rotorsoft merged 1 commit into
masterfrom
ro/feature-7-configure-npm-publishing-to-use-rotorsof

Conversation

@Rotorsoft

Copy link
Copy Markdown
Owner

Summary

  • Updated package name from contui to @rotorsoft/contui to publish under the @Rotorsoft npm scope
  • Added publishConfig.access: "public" to ensure the scoped package is publicly accessible on npm
  • Updated README badge to reference the new scoped package name

Test Plan

  • Run pnpm pack and verify the generated tarball uses the scoped package name
  • Run npm publish --dry-run to confirm the package would publish with correct naming
  • After merge, verify the package appears at https://www.npmjs.com/package/@rotorsoft/contui
  • Confirm semantic-release successfully publishes under the @Rotorsoft scope

Closes #7


Created with Claude by gent

- Update package name to @rotorsoft/contui
- Add publishConfig.access=public for scoped public packages
- Add npm version badge to README

Completed GitHub issue #7

Co-Authored-By: Claude <noreply@anthropic.com>
@Rotorsoft Rotorsoft self-assigned this Feb 5, 2026
@Rotorsoft
Rotorsoft merged commit 67a5480 into master Feb 5, 2026
2 checks passed
@github-actions

github-actions Bot commented Feb 5, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configure npm publishing to use @rotorsoft namespace

1 participant