Closed Rahulagg13 closed 1 month ago
This pull request aims to change the package management system from Yarn to npm. The following modifications have been made:
yarn.lock
package.json
Removed Yarn:
Updated package.json:
scripts
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots 0.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarCloud
Description
This pull request aims to change the package management system from Yarn to npm. The following modifications have been made:
yarn.lock
, etc.).package.json
file to reflect any necessary changes for npm compatibility.Changes Made
Removed Yarn:
yarn.lock
and any Yarn-specific commands from the project.Updated package.json:
scripts
section is compatible with npm.Related issue