removed promise dependency, updated readme, fixed node.js version of lib

This commit is contained in:
Marek Kotewicz
2015-01-27 00:54:21 +01:00
parent 5b701962dc
commit da4c2d530d
13 changed files with 24 additions and 36 deletions

4
dist/ethereum.js vendored
View File

@@ -622,6 +622,10 @@ module.exports = Filter;
* @date 2014
*/
if ("build" !== 'build') {/*
var XMLHttpRequest = require('xmlhttprequest').XMLHttpRequest; // jshint ignore:line
*/}
var HttpSyncProvider = function (host) {
this.handlers = [];
this.host = host || 'http://localhost:8080';