diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-09-04 22:30:08 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-09-04 22:36:18 +0800 |
commit | 6b41a570a5fc14723a6d52a328fd7e532da1e0e2 (patch) | |
tree | 3304e3f9e06c29194fbbef872cff34d699415f0d | |
parent | cebf6bfb34ac3f8d7b810fa91fcfe183384a74e9 (diff) | |
download | dexon-sol-tools-6b41a570a5fc14723a6d52a328fd7e532da1e0e2.tar dexon-sol-tools-6b41a570a5fc14723a6d52a328fd7e532da1e0e2.tar.gz dexon-sol-tools-6b41a570a5fc14723a6d52a328fd7e532da1e0e2.tar.bz2 dexon-sol-tools-6b41a570a5fc14723a6d52a328fd7e532da1e0e2.tar.lz dexon-sol-tools-6b41a570a5fc14723a6d52a328fd7e532da1e0e2.tar.xz dexon-sol-tools-6b41a570a5fc14723a6d52a328fd7e532da1e0e2.tar.zst dexon-sol-tools-6b41a570a5fc14723a6d52a328fd7e532da1e0e2.zip |
Change doc gen configs
-rw-r--r-- | packages/monorepo-scripts/src/doc_gen_configs.ts | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/monorepo-scripts/src/doc_gen_configs.ts b/packages/monorepo-scripts/src/doc_gen_configs.ts index 951e4fd45..e3ddeddc9 100644 --- a/packages/monorepo-scripts/src/doc_gen_configs.ts +++ b/packages/monorepo-scripts/src/doc_gen_configs.ts @@ -16,10 +16,8 @@ export const docGenConfigs: DocGenConfigs = { Schema: 'https://github.com/tdegrunt/jsonschema/blob/5c2edd4baba149964aec0f23c87ad12c25a50dfb/lib/index.d.ts#L49', Uint8Array: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array', - 'Ganache.GanacheOpts': - 'https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/ganache-core/index.d.ts#L8', - 'lightwallet.keystore': - 'https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/eth-lightwallet/index.d.ts#L36', + GanacheOpts: 'https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/ganache-core/index.d.ts#L8', + keystore: 'https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/eth-lightwallet/index.d.ts#L36', }, // If a 0x package re-exports an external package, we should add a link to it's exported items here EXTERNAL_EXPORT_TO_LINK: { |