liquidapps-io / zeus-sdk

EOSIO & EVM smart contract unit testing suite and API provider
51 stars 24 forks source link

Fix dependencies that were missing from build #17

Closed uri-the-creator-eco closed 4 years ago

uri-the-creator-eco commented 4 years ago

If you NPM install the @liquidapps/dapp-client library - and then require it in some node script, you'll get an error on missing dependencies for eosjs and bignumber.js.

That's because they're listed as devDependencies instead of dependencies.

So here, fixed it.

NatPDeveloper commented 4 years ago

Thank you for catching this Uri, I will get this updated internally, once we merge it, I'll close this PR so that we can sync from our internal pipeline.

NatPDeveloper commented 4 years ago

Merged internally. Thank you