aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-27 07:54:21 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-27 07:54:21 +0800
commitda4c2d530d6f9b8ba54221c6812f77766a33fed6 (patch)
tree61c5ce0184340f48463486cdacffdad3b6a984bf /package.json
parent5b701962dc3b45f4cdcad01492adab02b0cac4a7 (diff)
downloadgo-tangerine-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar
go-tangerine-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.gz
go-tangerine-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.bz2
go-tangerine-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.lz
go-tangerine-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.xz
go-tangerine-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.zst
go-tangerine-da4c2d530d6f9b8ba54221c6812f77766a33fed6.zip
removed promise dependency, updated readme, fixed node.js version of lib
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index adb524c20..7fc20a667 100644
--- a/package.json
+++ b/package.json
@@ -1,14 +1,13 @@
{
"name": "ethereum.js",
"namespace": "ethereum",
- "version": "0.0.9",
+ "version": "0.0.10",
"description": "Ethereum Compatible JavaScript API",
"main": "./index.js",
"directories": {
"lib": "./lib"
},
"dependencies": {
- "es6-promise": "*",
"ws": "*",
"xmlhttprequest": "*",
"bignumber.js": ">=2.0.0"