chore: change package org from 0xproject to 0x

This commit is contained in:
Jacob Evans
2018-10-18 21:51:56 +11:00
parent 9e8bca69a8
commit 9f924e459c
344 changed files with 986 additions and 978 deletions

View File

@@ -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 {

View File

@@ -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.

View File

@@ -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';