Remove remaining references to react-shared

This commit is contained in:
fabioberger 2019-07-25 11:33:02 +02:00
parent ec7f9d8a63
commit 24a26aef70
3 changed files with 1 additions and 3 deletions

View File

@ -94,7 +94,6 @@ These packages are all under development. See [/contracts/README.md](/contracts/
| [`@0x/types`](/packages/types) | [![npm](https://img.shields.io/npm/v/@0x/types.svg)](https://www.npmjs.com/package/@0x/types) | Shared type declarations | | [`@0x/types`](/packages/types) | [![npm](https://img.shields.io/npm/v/@0x/types.svg)](https://www.npmjs.com/package/@0x/types) | Shared type declarations |
| [`@0x/typescript-typings`](/packages/typescript-typings) | [![npm](https://img.shields.io/npm/v/@0x/typescript-typings.svg)](https://www.npmjs.com/package/@0x/typescript-typings) | Repository of types for external packages | | [`@0x/typescript-typings`](/packages/typescript-typings) | [![npm](https://img.shields.io/npm/v/@0x/typescript-typings.svg)](https://www.npmjs.com/package/@0x/typescript-typings) | Repository of types for external packages |
| [`@0x/utils`](/packages/utils) | [![npm](https://img.shields.io/npm/v/@0x/utils.svg)](https://www.npmjs.com/package/@0x/utils) | Shared utilities | | [`@0x/utils`](/packages/utils) | [![npm](https://img.shields.io/npm/v/@0x/utils.svg)](https://www.npmjs.com/package/@0x/utils) | Shared utilities |
| [`@0x/react-shared`](/packages/react-shared) | [![npm](https://img.shields.io/npm/v/@0x/react-shared.svg)](https://www.npmjs.com/package/@0x/react-shared) | 0x shared react components |
| [`@0x/assert`](/packages/assert) | [![npm](https://img.shields.io/npm/v/@0x/assert.svg)](https://www.npmjs.com/package/@0x/assert) | Type and schema assertions used by our packages | | [`@0x/assert`](/packages/assert) | [![npm](https://img.shields.io/npm/v/@0x/assert.svg)](https://www.npmjs.com/package/@0x/assert) | Type and schema assertions used by our packages |
| [`@0x/base-contract`](/packages/base-contract) | [![npm](https://img.shields.io/npm/v/@0x/base-contract.svg)](https://www.npmjs.com/package/@0x/base-contract) | BaseContract used by auto-generated `abi-gen` wrapper contracts | | [`@0x/base-contract`](/packages/base-contract) | [![npm](https://img.shields.io/npm/v/@0x/base-contract.svg)](https://www.npmjs.com/package/@0x/base-contract) | BaseContract used by auto-generated `abi-gen` wrapper contracts |
| [`@0x/dev-utils`](/packages/dev-utils) | [![npm](https://img.shields.io/npm/v/@0x/dev-utils.svg)](https://www.npmjs.com/package/@0x/dev-utils) | Dev utils to be shared across 0x packages | | [`@0x/dev-utils`](/packages/dev-utils) | [![npm](https://img.shields.io/npm/v/@0x/dev-utils.svg)](https://www.npmjs.com/package/@0x/dev-utils) | Dev utils to be shared across 0x packages |

View File

@ -12,7 +12,7 @@ import { Changelog, Package } from './types';
import { utils } from './utils/utils'; import { utils } from './utils/utils';
// Packages might not be runnable if they are command-line tools or only run in browsers. // Packages might not be runnable if they are command-line tools or only run in browsers.
const UNRUNNABLE_PACKAGES = ['@0x/abi-gen', '@0x/react-shared']; const UNRUNNABLE_PACKAGES = ['@0x/abi-gen'];
const mkdirpAsync = promisify(mkdirp); const mkdirpAsync = promisify(mkdirp);
const rimrafAsync = promisify(rimraf); const rimrafAsync = promisify(rimraf);

View File

@ -50,7 +50,6 @@
{ "path": "./packages/monorepo-scripts" }, { "path": "./packages/monorepo-scripts" },
{ "path": "./packages/order-utils" }, { "path": "./packages/order-utils" },
{ "path": "./packages/order-watcher" }, { "path": "./packages/order-watcher" },
{ "path": "./packages/react-shared" },
{ "path": "./packages/sol-compiler" }, { "path": "./packages/sol-compiler" },
{ "path": "./packages/sol-coverage" }, { "path": "./packages/sol-coverage" },
{ "path": "./packages/sol-profiler" }, { "path": "./packages/sol-profiler" },