hashgraph / hedera-sourcify

Tools for verifying Hedera smart contracts using standard open source libraries.
Apache License 2.0
6 stars 7 forks source link

Fix modified `package-lock.json` after `npm install` #145

Closed acuarica closed 1 month ago

acuarica commented 2 months ago

After cloning the repo and running

npm install

the lock file package-lock.json is modified. Review and commit these changes to avoid modifying it.