EOSIO / demux-js-eos

Demux-js Action Reader implementations for EOSIO blockchains
MIT License
39 stars 17 forks source link

Fix npm publish #89

Closed flux627 closed 5 years ago

flux627 commented 5 years ago

Since .travis.yml specified a node version, it would use this version instead of the .nvmrc specified verison. This caused the publish step to use an older version of Node, which had a different fs module, thus failing on the build step. By removing the node version from .travis.yml, Travis automatically uses the .nvmrc version.

Additional changes: