Skip to content
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

chore: avoid duplicated package name #7812

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

KenLSM
Copy link
Contributor

@KenLSM KenLSM commented Oct 28, 2024

Problem

Causes jest-haste-map to throw a warning relating to duplicated package names.

Generally this is harmless, but it is trivial to fix as well. Correcting this helps to avoid bad habits forming on the repository.

Solution

Likely that this package.json file was copied from another file and the package name was forgotten to be renamed.

Since this package.json belongs in the scripts/20230317_whitespace_issue folder, it should use the folder name as it would be unique enough.

Breaking Changes

  • No - this PR is backwards compatible

@KenLSM KenLSM enabled auto-merge (squash) October 28, 2024 14:23
@KenLSM KenLSM merged commit cc10bd9 into develop Oct 30, 2024
23 checks passed
@KenLSM KenLSM deleted the chore/hygene-rename-duplicated-packages branch October 30, 2024 01:39
@KenLSM KenLSM mentioned this pull request Oct 30, 2024
6 tasks
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