Remove remaining references to react-shared
This commit is contained in:
parent
ec7f9d8a63
commit
24a26aef70
@ -94,7 +94,6 @@ These packages are all under development. See [/contracts/README.md](/contracts/
|
||||
| [`@0x/types`](/packages/types) | [](https://www.npmjs.com/package/@0x/types) | Shared type declarations |
|
||||
| [`@0x/typescript-typings`](/packages/typescript-typings) | [](https://www.npmjs.com/package/@0x/typescript-typings) | Repository of types for external packages |
|
||||
| [`@0x/utils`](/packages/utils) | [](https://www.npmjs.com/package/@0x/utils) | Shared utilities |
|
||||
| [`@0x/react-shared`](/packages/react-shared) | [](https://www.npmjs.com/package/@0x/react-shared) | 0x shared react components |
|
||||
| [`@0x/assert`](/packages/assert) | [](https://www.npmjs.com/package/@0x/assert) | Type and schema assertions used by our packages |
|
||||
| [`@0x/base-contract`](/packages/base-contract) | [](https://www.npmjs.com/package/@0x/base-contract) | BaseContract used by auto-generated `abi-gen` wrapper contracts |
|
||||
| [`@0x/dev-utils`](/packages/dev-utils) | [](https://www.npmjs.com/package/@0x/dev-utils) | Dev utils to be shared across 0x packages |
|
||||
|
@ -12,7 +12,7 @@ import { Changelog, Package } from './types';
|
||||
import { utils } from './utils/utils';
|
||||
|
||||
// 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 rimrafAsync = promisify(rimraf);
|
||||
|
@ -50,7 +50,6 @@
|
||||
{ "path": "./packages/monorepo-scripts" },
|
||||
{ "path": "./packages/order-utils" },
|
||||
{ "path": "./packages/order-watcher" },
|
||||
{ "path": "./packages/react-shared" },
|
||||
{ "path": "./packages/sol-compiler" },
|
||||
{ "path": "./packages/sol-coverage" },
|
||||
{ "path": "./packages/sol-profiler" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user