aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts/src/doc_gen_configs.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-09-04 22:30:08 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-09-04 22:36:18 +0800
commit6b41a570a5fc14723a6d52a328fd7e532da1e0e2 (patch)
tree3304e3f9e06c29194fbbef872cff34d699415f0d /packages/monorepo-scripts/src/doc_gen_configs.ts
parentcebf6bfb34ac3f8d7b810fa91fcfe183384a74e9 (diff)
downloaddexon-0x-contracts-6b41a570a5fc14723a6d52a328fd7e532da1e0e2.tar
dexon-0x-contracts-6b41a570a5fc14723a6d52a328fd7e532da1e0e2.tar.gz
dexon-0x-contracts-6b41a570a5fc14723a6d52a328fd7e532da1e0e2.tar.bz2
dexon-0x-contracts-6b41a570a5fc14723a6d52a328fd7e532da1e0e2.tar.lz
dexon-0x-contracts-6b41a570a5fc14723a6d52a328fd7e532da1e0e2.tar.xz
dexon-0x-contracts-6b41a570a5fc14723a6d52a328fd7e532da1e0e2.tar.zst
dexon-0x-contracts-6b41a570a5fc14723a6d52a328fd7e532da1e0e2.zip
Change doc gen configs
Diffstat (limited to 'packages/monorepo-scripts/src/doc_gen_configs.ts')
-rw-r--r--packages/monorepo-scripts/src/doc_gen_configs.ts6
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: {