Move react-docs into website and delete it as a standalone package

This commit is contained in:
fabioberger
2019-07-24 23:27:03 +02:00
parent 46384ce80d
commit cc7dec7a99
55 changed files with 148 additions and 1151 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', '@0x/react-docs'];
const UNRUNNABLE_PACKAGES = ['@0x/abi-gen', '@0x/react-shared'];
const mkdirpAsync = promisify(mkdirp);
const rimrafAsync = promisify(rimraf);