eosnetworkfoundation / mandel-eosjs

Official Javascript Library for Working with EOS Blockchain
Other
22 stars 6 forks source link

Removed Yarn References #65

Closed kellytran3k closed 1 year ago

kellytran3k commented 1 year ago

Change

PR for issue: https://github.com/eosnetworkfoundation/mandel-eosjs/issues/12

Removed all references to yarn since as a team we decided to move over to npm. This includes removing the yarn.lock file and updating relevant files that mentions yarn.

Testing

I utilized npm run test-all to test against the removed dependencies.