8000 [QUESTION] Should the package name guideline mention that package name cannot contain capital letters? · Issue #136 · npm/documentation · GitHub
[go: up one dir, main page]

Skip to content

[QUESTION] Should the package name guideline mention that package name cannot contain capital letters? #136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kirtan-desai opened this issue Jun 15, 2022 · 4 comments · Fixed by #1586
Labels
content Issues or PRs related to the content of the docs

Comments

@kirtan-desai
Copy link

What / Why

The package name guideline does not seem to mention that the package name cannot contain capital letters. Should it be added to the guidelines? I'll be happy to do that.

Where

Who

  • n/a

References

  • n/a
@MylesBorins
Copy link
Contributor

That seems like a reasonable addition. Please feel free to open a PR to update this 👍🏼

@ljharb
Copy link
Contributor
ljharb commented Jun 15, 2022

To be clear, it can’t anymore, on the public registry. Presumably a private registry could, and there are existing legacy packages on the public registry with capital letters.

8000
@lukekarrys lukekarrys added the content Issues or PRs related to the content of the docs label Oct 31, 2023
@ghost
Copy link
ghost commented Feb 9, 2024

This guideline is already present in the package.json documentation. However, those guidelines should just be on this page, as I point out in #969.

@kenshanta
Copy link
Contributor

Ive went about and created a PR targeting this issue.
Not sure if it will ever get merged as the repo's activities are cooled down.

Thanks! @kirtan-desai for pointing the issue out

wraithgar pushed a commit that referenced this issue May 19, 2025
## Changes:
- Capitalization
- Add ` Does not contain uppercase letters`
- Remove redundant bulletpoint
- Spelling checks

## References

 Closes #136
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Issues or PRs related to the content of the docs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants
@ljharb @MylesBorins @lukekarrys @kirtan-desai @kenshanta and others
0