trufflesuite / truffle-artifactor

A contract packager for Ethereum and Javascript (formerly ether-pudding)
MIT License
253 stars 54 forks source link

Get rid of Pudding Version parameter and updated to babel-core for a minor patch #10

Closed VoR0220 closed 8 years ago

ddaws commented 8 years ago

Bump

tcoulter commented 8 years ago

The Pudding Version parameter is important to running pudding's tests. We can remove it once we move away from using Truffle as a test runner. Not sure we should do that, however, as then we'll need to find a new compile/deploy solution for testing.

tcoulter commented 8 years ago

Pudding no longer uses Babel. Closing.