diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-20 00:19:36 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-20 00:19:36 +0800 |
commit | 125a940560a01305781bfb6754f52fa64669a6f3 (patch) | |
tree | 70fc5d2aab95676245460eed72ba059c1661339f /packages/order-watcher/package.json | |
parent | a7f847bf3e693a275b0aa71bcdb12d947b445175 (diff) | |
parent | b3978b641c12c7bfe9bab1d561384eeaace25321 (diff) | |
download | dexon-sol-tools-125a940560a01305781bfb6754f52fa64669a6f3.tar.gz dexon-sol-tools-125a940560a01305781bfb6754f52fa64669a6f3.tar.zst dexon-sol-tools-125a940560a01305781bfb6754f52fa64669a6f3.zip |
Merge branch 'development' into feature/website/0x-org
Diffstat (limited to 'packages/order-watcher/package.json')
-rw-r--r-- | packages/order-watcher/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/order-watcher/package.json b/packages/order-watcher/package.json index 499d4cead..16a46294e 100644 --- a/packages/order-watcher/package.json +++ b/packages/order-watcher/package.json @@ -74,7 +74,8 @@ "ethereum-types": "^1.1.4", "ethereumjs-blockstream": "6.0.0", "ethers": "~4.0.4", - "lodash": "^4.17.5" + "lodash": "^4.17.5", + "websocket": "^1.0.25" }, "publishConfig": { "access": "public" |