Skip to content

Remove private flag to prevent packaging issues in Yarn #15

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
wants to merge 1 commit into from

Conversation

SamuelMS
Copy link

@SamuelMS SamuelMS commented Sep 3, 2024

This PR drops private: true from the package.json file, since this appears to cause a known issue in Yarn 4 (a widely-used alternative to NPM) where new checksums are generated periodically, rather than being reproducible.

@Vilos92
Copy link
Collaborator

Vilos92 commented Sep 10, 2024

Hi @SamuelMS ,

We set private: true originally as there was no intention to publish the content of this repository as an npm package (see my response on the other issue). That said, I do not suspect it should be problematic to drop this flag. I will check with the team to confirm.

@Vilos92
Copy link
Collaborator

Vilos92 commented Sep 12, 2024

This has been resolved here: #16

@Vilos92 Vilos92 closed this Sep 12, 2024
@SamuelMS SamuelMS deleted the disable-private branch September 17, 2024 16:08
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