diff options
author | Amir Bandeali <abandeali1@gmail.com> | 2019-01-22 04:06:44 +0800 |
---|---|---|
committer | Amir Bandeali <abandeali1@gmail.com> | 2019-01-22 13:41:21 +0800 |
commit | 9fa86195900383640f382850f6fe0d827d48bb9b (patch) | |
tree | df8886b73b94159efc604143d6fbbb55194a0c10 /package.json | |
parent | 174daa97c3d45b626f258084a0e1a2c72b92323e (diff) | |
download | dexon-0x-contracts-9fa86195900383640f382850f6fe0d827d48bb9b.tar.gz dexon-0x-contracts-9fa86195900383640f382850f6fe0d827d48bb9b.tar.zst dexon-0x-contracts-9fa86195900383640f382850f6fe0d827d48bb9b.zip |
Move contents of examples and interfaces packages into corresponding packages
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e3be38178..b5b5bed97 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "lint": "wsrun lint $PKG --fast-exit --parallel --exclude-missing" }, "config": { - "contractsPackages": "@0x/contracts-asset-proxy @0x/contracts-examples @0x/contracts-exchange @0x/contracts-exchange-libs @0x/contracts-extensions @0x/contracts-interfaces @0x/contracts-multisig @0x/contracts-test-utils @0x/contracts-tokens @0x/contracts-utils", + "contractsPackages": "@0x/contracts-asset-proxy @0x/contracts-exchange @0x/contracts-exchange-libs @0x/contracts-extensions @0x/contracts-multisig @0x/contracts-test-utils @0x/contracts-tokens @0x/contracts-utils", "mnemonic": "concert load couple harbor equip island argue ramp clarify fence smart topic", "packagesWithDocPages": "0x.js connect json-schemas subproviders web3-wrapper contract-wrappers order-utils order-watcher sol-compiler sol-coverage sol-profiler sol-trace ethereum-types asset-buyer migrations" }, |