diff options
author | Fabio B <kandinsky454@protonmail.ch> | 2018-11-22 01:06:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-22 01:06:32 +0800 |
commit | 327311788809267a250e99f4af2a7544024bc842 (patch) | |
tree | 66a52a9dafda539feba630af3c388189754133b9 /package.json | |
parent | 8ea2eb9102058a03d96e488507c71db0cc082356 (diff) | |
parent | 61b3305af3a7a599f83370aa8ebe8157738506fb (diff) | |
download | dexon-sol-tools-327311788809267a250e99f4af2a7544024bc842.tar dexon-sol-tools-327311788809267a250e99f4af2a7544024bc842.tar.gz dexon-sol-tools-327311788809267a250e99f4af2a7544024bc842.tar.bz2 dexon-sol-tools-327311788809267a250e99f4af2a7544024bc842.tar.lz dexon-sol-tools-327311788809267a250e99f4af2a7544024bc842.tar.xz dexon-sol-tools-327311788809267a250e99f4af2a7544024bc842.tar.zst dexon-sol-tools-327311788809267a250e99f4af2a7544024bc842.zip |
Merge pull request #1301 from 0xProject/feature/migrationsDocRef
Add Migrations Doc Ref
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 801657f5d..8b74aad67 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "config": { "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-cov ethereum-types asset-buyer" + "packagesWithDocPages": "0x.js connect json-schemas subproviders web3-wrapper contract-wrappers order-utils order-watcher sol-compiler sol-cov ethereum-types asset-buyer migrations" }, "bundlewatch": { "files": [ |