feat!: rescope to @kuraydev/react-native-picker-modal + packaging hygiene - #6
Closed
kuraydev wants to merge 1 commit into
Closed
feat!: rescope to @kuraydev/react-native-picker-modal + packaging hygiene#6kuraydev wants to merge 1 commit into
kuraydev wants to merge 1 commit into
Conversation
…iene Prep for the @Freakycoder to @kuraydev npm migration, since npm scopes cannot transfer between accounts. Renames the package, bumps to 1.0.0 for the breaking name change, declares react and react-native peer dependencies, adds a types field and an exports map matching the published tarball layout, and whitelists files so the tarball stops shipping .husky/, .github/ and editor dotfiles. The react-native-modal dependency stays: it is genuinely imported by the source. Also points repository at the kuraydev fork. After the new package is published, the old @Freakycoder package will be npm-deprecated with a pointer to it.
kuraydev
force-pushed
the
feat/kuraydev-rescope
branch
from
August 16, 2026 18:38
3eda9b0 to
186629e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prep for the @Freakycoder → kuraydev npm migration (scopes can't transfer). Renames to @kuraydev/react-native-picker-modal@1.0.0, adds missing react/react-native peerDependencies, a types/exports map matching the published tarball, a files whitelist (tarball was shipping .husky/, .github/ and dotfiles), and points repository at kuraydev. The react-native-modal dependency is kept — it is genuinely imported in lib/PickerModal.tsx. Publish as @kuraydev/react-native-picker-modal@1.0.0 once the new npm account exists, then deprecate the old scoped package with a pointer to the new name.