Rename packageName to displayName for clarity

This commit is contained in:
Fabio Berger
2017-11-29 08:52:49 -06:00
parent 0e856ccfab
commit 53522a98b9
7 changed files with 9 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ const zeroExJsDocSections = {
};
const docsInfoConfig: DocsInfoConfig = {
packageName: '0x.js',
displayName: '0x.js',
packageUrl: 'https://github.com/0xProject/0x.js',
subPackageName: '0x.js',
websitePath: WebsitePaths.ZeroExJs,