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

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