ethereumjs / ethereumjs-tx

Project is in active development and has been moved to the EthereumJS VM monorepo.
https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/tx
Mozilla Public License 2.0
781 stars 237 forks source link

Include precompiled version in node package #53

Closed LogvinovLeon closed 7 years ago

LogvinovLeon commented 7 years ago

It's a common practice to publish precompiled version of the package on npm, so that we don't require ES6. We can compile files as a prepublish step. Do you have smth against it?