trufflesuite / truffle-artifactor

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

`npm install` installs 2.0.6 without latest commits #23

Closed Arachnid closed 8 years ago

Arachnid commented 8 years ago
$ cd /tmp
$ mkdir pudding
$ npm install ether-pudding
ether-pudding@2.0.6 node_modules/ether-pudding
├── bluebird@3.3.5
└── node-dir@0.1.11 (minimatch@2.0.10)
$ grep -r estimateGas node_modules/ether-pudding/*
$

Somehow, the version currently available on node has the latest version number, but does not include the latest changes.

tcoulter commented 8 years ago

This should be fixed by the recent push to v2.0.7. Reopen if there's an issue.

Thanks!