aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/package.json
diff options
context:
space:
mode:
authorAmir Bandeali <abandeali1@gmail.com>2018-06-27 09:38:30 +0800
committerGitHub <noreply@github.com>2018-06-27 09:38:30 +0800
commit73c36fe2d20c0e477458e6c07b837b08f8d424c6 (patch)
tree1cb07f3bdc14812cd4eb67610a93f8e6c2670d16 /packages/contracts/package.json
parent744e6e60c51b2bfd081920b58a73e566113fee0e (diff)
parentec3e9efdaaf35f408f708b359f648d6addbfa1f2 (diff)
downloaddexon-sol-tools-73c36fe2d20c0e477458e6c07b837b08f8d424c6.tar
dexon-sol-tools-73c36fe2d20c0e477458e6c07b837b08f8d424c6.tar.gz
dexon-sol-tools-73c36fe2d20c0e477458e6c07b837b08f8d424c6.tar.bz2
dexon-sol-tools-73c36fe2d20c0e477458e6c07b837b08f8d424c6.tar.lz
dexon-sol-tools-73c36fe2d20c0e477458e6c07b837b08f8d424c6.tar.xz
dexon-sol-tools-73c36fe2d20c0e477458e6c07b837b08f8d424c6.tar.zst
dexon-sol-tools-73c36fe2d20c0e477458e6c07b837b08f8d424c6.zip
Merge pull request #773 from 0xProject/feature/contracts/abi-calldata-proxy
Optimize transfer
Diffstat (limited to 'packages/contracts/package.json')
-rw-r--r--packages/contracts/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/contracts/package.json b/packages/contracts/package.json
index 95f2dbb4e..b5a599fe5 100644
--- a/packages/contracts/package.json
+++ b/packages/contracts/package.json
@@ -20,7 +20,8 @@
"test:coverage": "SOLIDITY_COVERAGE=true run-s build run_mocha coverage:report:text coverage:report:lcov",
"test:profiler": "SOLIDITY_PROFILER=true run-s build run_mocha profiler:report:html",
"test:trace": "SOLIDITY_REVERT_TRACE=true run-s build run_mocha",
- "run_mocha": "mocha --require source-map-support/register --require make-promises-safe 'lib/test/**/*.js' --timeout 100000 --bail --exit",
+ "run_mocha":
+ "mocha --require source-map-support/register --require make-promises-safe 'lib/test/**/*.js' --timeout 100000 --bail --exit",
"compile": "sol-compiler",
"clean": "shx rm -rf lib src/generated_contract_wrappers",
"generate_contract_wrappers":
@@ -34,7 +35,7 @@
},
"config": {
"abis":
- "../migrations/artifacts/2.0.0/@(AssetProxyOwner|DummyERC20Token|DummyERC721Receiver|DummyERC721Token|ERC20Proxy|ERC721Proxy|Exchange|ExchangeWrapper|IAssetData|MixinAuthorizable|MultiSigWallet|MultiSigWalletWithTimeLock|TestAssetProxyOwner|TestAssetDataDecoders|TestAssetProxyDispatcher|TestLibBytes|TestLibs|TestSignatureValidator|TestValidator|TestWallet|TokenRegistry|Whitelist|WETH9|ZRXToken).json"
+ "../migrations/artifacts/2.0.0/@(AssetProxyOwner|DummyERC20Token|DummyERC721Receiver|DummyERC721Token|ERC20Proxy|ERC721Proxy|Exchange|ExchangeWrapper|IAssetData|MixinAuthorizable|MultiSigWallet|MultiSigWalletWithTimeLock|TestAssetProxyOwner|TestAssetProxyDispatcher|TestLibBytes|TestLibs|TestSignatureValidator|TestValidator|TestWallet|TokenRegistry|Whitelist|WETH9|ZRXToken).json"
},
"repository": {
"type": "git",