diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-27 07:54:21 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-27 07:54:21 +0800 |
commit | da4c2d530d6f9b8ba54221c6812f77766a33fed6 (patch) | |
tree | 61c5ce0184340f48463486cdacffdad3b6a984bf /test/eth.methods.js | |
parent | 5b701962dc3b45f4cdcad01492adab02b0cac4a7 (diff) | |
download | dexon-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar dexon-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.gz dexon-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.bz2 dexon-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.lz dexon-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.xz dexon-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.zst dexon-da4c2d530d6f9b8ba54221c6812f77766a33fed6.zip |
removed promise dependency, updated readme, fixed node.js version of lib
Diffstat (limited to 'test/eth.methods.js')
-rw-r--r-- | test/eth.methods.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/eth.methods.js b/test/eth.methods.js index 5baedb884..002268565 100644 --- a/test/eth.methods.js +++ b/test/eth.methods.js @@ -1,5 +1,3 @@ -require('es6-promise').polyfill(); - var assert = require('assert'); var web3 = require('../index.js'); var u = require('./utils.js'); |