aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/package.json
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-12-12 22:30:04 +0800
committerGitHub <noreply@github.com>2017-12-12 22:30:04 +0800
commitcb7188d47390719b74d7e09c938068a9f201c1b0 (patch)
tree1b67b0b849550bea8b5ad20fe4d7a383ec49163d /packages/utils/package.json
parent02f22d91555ea05fc52d342e9c91cd9477321da1 (diff)
parentd778378b37b0cbd77ecdf8d1cafc7720682064ec (diff)
downloaddexon-sol-tools-cb7188d47390719b74d7e09c938068a9f201c1b0.tar
dexon-sol-tools-cb7188d47390719b74d7e09c938068a9f201c1b0.tar.gz
dexon-sol-tools-cb7188d47390719b74d7e09c938068a9f201c1b0.tar.bz2
dexon-sol-tools-cb7188d47390719b74d7e09c938068a9f201c1b0.tar.lz
dexon-sol-tools-cb7188d47390719b74d7e09c938068a9f201c1b0.tar.xz
dexon-sol-tools-cb7188d47390719b74d7e09c938068a9f201c1b0.tar.zst
dexon-sol-tools-cb7188d47390719b74d7e09c938068a9f201c1b0.zip
Merge pull request #257 from 0xProject/fix/ethereum-address
Remove ethereum-address dependency and add this logic to the repo
Diffstat (limited to 'packages/utils/package.json')
-rw-r--r--packages/utils/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 1af8a7e11..8f856d0a0 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -28,6 +28,7 @@
},
"dependencies": {
"bignumber.js": "~4.1.0",
+ "js-sha3": "^0.7.0",
"lodash": "^4.17.4"
}
}