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

Presence of yarn.lock despite packageManager set to npm #94

Closed
bhanufyi opened this issue Aug 24, 2023 · 2 comments
Closed

Presence of yarn.lock despite packageManager set to npm #94

bhanufyi opened this issue Aug 24, 2023 · 2 comments

Comments

@bhanufyi
Copy link
Contributor

I was looking through the repository and noticed something I wanted to clarify. In the package.json, the packageManager is set to npm. However, there's a yarn.lock file present in the project.

Is the yarn.lock file committed by mistake? If the project is solely relying on npm, would it be appropriate to remove the yarn.lock file to avoid any potential package management conflicts or confusion for contributors?

I appreciate your guidance on this matter, and thank you for all the work you've put into this package!

@toplenboren
Copy link
Owner

Hi!

Thanks for the issue :-)

I believe this should not cause any harm, since npm install of this package do not contain any dependencies.

You can check for yourself that package.json contains only devDependencies

@toplenboren
Copy link
Owner

If you are looking to edit this package, you can use both yarn and npm, this project is so small it shouldn't matter to you

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

No branches or pull requests

2 participants