chore: change package org from 0xproject to 0x
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ALink, utils as sharedUtils } from '@0xproject/react-shared';
|
||||
import { DocAgnosticFormat, ObjectMap, TypeDefinitionByName } from '@0xproject/types';
|
||||
import { MenuSubsectionsBySection } from '@0x/react-shared';
|
||||
import { DocAgnosticFormat, TypeDefinitionByName } from '@0x/types';
|
||||
import * as _ from 'lodash';
|
||||
|
||||
import {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
export { DocAgnosticFormat, GeneratedDocJson } from '@0xproject/types';
|
||||
export { DocAgnosticFormat, GeneratedDocJson } from '@0x/types';
|
||||
|
||||
// Exported to give users of this library added flexibility if they want to build
|
||||
// a docs page from scratch using the individual components.
|
||||
|
@@ -16,8 +16,8 @@ import {
|
||||
TypeParameter,
|
||||
TypescriptFunction,
|
||||
TypescriptMethod,
|
||||
} from '@0xproject/types';
|
||||
import { errorUtils } from '@0xproject/utils';
|
||||
} from '@0x/types';
|
||||
import { errorUtils } from '@0x/utils';
|
||||
import * as _ from 'lodash';
|
||||
|
||||
import { DocsInfo } from '../docs_info';
|
||||
|
Reference in New Issue
Block a user