Consensys / abi-decoder

Nodejs and Javascript library for decoding data params and events from ethereum transactions
GNU General Public License v3.0
633 stars 218 forks source link

Remove dev dependencies from package #17

Closed rplopes closed 6 years ago

rplopes commented 6 years ago

This removes dependencies such as babel, chai and webpack from the package, so that projects requiring this won't have to load those dependencies into production.

will-stone commented 6 years ago

Please can this be merged-in to avoid this warning:

npm WARN babel-loader@6.4.1 requires a peer of webpack@1 || 2 || ^2.1.0-beta || ^2.2.0-rc but none is installed. You must install peer dependencies yourself.
whymarrh commented 6 years ago

This is similar to #16 but contains the correct (alphabetical) order of the deps in the package.json file