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/change yarn package to npm #96

Merged
merged 5 commits into from
Oct 7, 2024
Merged

Chore/change yarn package to npm #96

merged 5 commits into from
Oct 7, 2024

Conversation

Rahulagg13
Copy link
Contributor

Description

This pull request aims to change the package management system from Yarn to npm. The following modifications have been made:

  • Removed the Yarn-specific configuration files (yarn.lock, etc.).
  • Updated the package.json file to reflect any necessary changes for npm compatibility.
  • Ensured that all scripts and dependencies are correctly defined to work with npm.

Changes Made

  • Removed Yarn:

    • Deleted yarn.lock and any Yarn-specific commands from the project.
  • Updated package.json:

    • Ensured the scripts section is compatible with npm.
    • Verified that all dependencies are correctly listed for npm installation.

##Related issue

Copy link

sonarqubecloud bot commented Oct 7, 2024

@0xflotus 0xflotus merged commit b763cf6 into 0xflotus:main Oct 7, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change the lock file
2 participants