diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-07-20 06:07:25 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-07-20 06:07:25 +0800 |
commit | 5e015872efa736d4830727b2b7ac8c4b4982f180 (patch) | |
tree | 4593d100a0bfa6b7184d9e6e30e26e7676918a7c | |
parent | 08c291bd3f44de424908dd50c208839bca848de5 (diff) | |
download | dexon-sol-tools-5e015872efa736d4830727b2b7ac8c4b4982f180.tar dexon-sol-tools-5e015872efa736d4830727b2b7ac8c4b4982f180.tar.gz dexon-sol-tools-5e015872efa736d4830727b2b7ac8c4b4982f180.tar.bz2 dexon-sol-tools-5e015872efa736d4830727b2b7ac8c4b4982f180.tar.lz dexon-sol-tools-5e015872efa736d4830727b2b7ac8c4b4982f180.tar.xz dexon-sol-tools-5e015872efa736d4830727b2b7ac8c4b4982f180.tar.zst dexon-sol-tools-5e015872efa736d4830727b2b7ac8c4b4982f180.zip |
Remove bundles config
-rw-r--r-- | packages/order-watcher/package.json | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/packages/order-watcher/package.json b/packages/order-watcher/package.json index 259d8f850..c48f025e8 100644 --- a/packages/order-watcher/package.json +++ b/packages/order-watcher/package.json @@ -30,13 +30,7 @@ }, "config": { "compact_artifacts": "Exchange DummyToken ZRXToken Token EtherToken TokenTransferProxy TokenRegistry", - "contracts": "Exchange DummyToken ZRXToken Token WETH9 TokenTransferProxy_v1 MultiSigWallet MultiSigWalletWithTimeLock MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress MaliciousToken TokenRegistry Arbitrage EtherDelta AccountLevels", - "postpublish": { - "assets": [ - "packages/order-watcher/_bundles/index.js", - "packages/order-watcher/_bundles/index.min.js" - ] - } + "contracts": "Exchange DummyToken ZRXToken Token WETH9 TokenTransferProxy_v1 MultiSigWallet MultiSigWalletWithTimeLock MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress MaliciousToken TokenRegistry Arbitrage EtherDelta AccountLevels" }, "repository": { "type": "git", |