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: correct package.json exports key indentation #224

Merged

Conversation

MikeMcC399
Copy link
Collaborator

@MikeMcC399 MikeMcC399 commented Sep 22, 2024

Issue

Making changes to dependencies in package.json with the LTS version of npm causes whitespace indentation changes to the file in the exports key.

Change

Using node v20.17.0 LTS with npm 10.8.2, execute the following command to normalize package.json.

npm pkg fix

Since this is a whitespace change only, no new version release is triggered.

image

After this change, npm install has no more formatting side-effects.

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 self-assigned this Sep 22, 2024
@MikeMcC399 MikeMcC399 marked this pull request as ready for review September 22, 2024 11:04
@jennifer-shehane jennifer-shehane merged commit cef4c0a into cypress-io:master Sep 23, 2024
9 checks passed
@MikeMcC399 MikeMcC399 deleted the normalize/package.json branch September 23, 2024 14:19
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.

3 participants