aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/package.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-01-18 19:46:16 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-01-18 19:46:16 +0800
commite6fe728bcbbab0c500fc7adee1439505282e8eca (patch)
treed7c4d43725b460776857ff421397d6c4b8c30603 /packages/order-watcher/package.json
parent6c7f4c13fa3de20c554e9c031f272d0f66842580 (diff)
parentbef30e4209b26c8d4f443f8672e9acb9471c6a37 (diff)
downloaddexon-0x-contracts-e6fe728bcbbab0c500fc7adee1439505282e8eca.tar
dexon-0x-contracts-e6fe728bcbbab0c500fc7adee1439505282e8eca.tar.gz
dexon-0x-contracts-e6fe728bcbbab0c500fc7adee1439505282e8eca.tar.bz2
dexon-0x-contracts-e6fe728bcbbab0c500fc7adee1439505282e8eca.tar.lz
dexon-0x-contracts-e6fe728bcbbab0c500fc7adee1439505282e8eca.tar.xz
dexon-0x-contracts-e6fe728bcbbab0c500fc7adee1439505282e8eca.tar.zst
dexon-0x-contracts-e6fe728bcbbab0c500fc7adee1439505282e8eca.zip
Merge development
Diffstat (limited to 'packages/order-watcher/package.json')
-rw-r--r--packages/order-watcher/package.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/packages/order-watcher/package.json b/packages/order-watcher/package.json
index 4cae45604..0f2464eae 100644
--- a/packages/order-watcher/package.json
+++ b/packages/order-watcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/order-watcher",
- "version": "2.4.2",
+ "version": "2.4.3",
"description": "An order watcher daemon that watches for order validity",
"keywords": [
"0x",
@@ -24,6 +24,11 @@
"run_mocha": "mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js lib/test/global_hooks.js --timeout 10000 --bail --exit",
"docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --tsconfig typedoc-tsconfig.json --json $JSON_FILE_PATH $PROJECT_FILES"
},
+ "config": {
+ "postpublish": {
+ "dockerHubRepo": "order-watcher"
+ }
+ },
"repository": {
"type": "git",
"url": "https://github.com/0xProject/0x-monorepo"
@@ -63,7 +68,7 @@
"@0x/base-contract": "^3.0.13",
"@0x/contract-addresses": "^2.2.0",
"@0x/contract-artifacts": "^1.3.0",
- "@0x/contract-wrappers": "^5.0.0",
+ "@0x/contract-wrappers": "^5.0.1",
"@0x/fill-scenarios": "^1.1.2",
"@0x/json-schemas": "^2.1.7",
"@0x/order-utils": "^3.1.2",