Rename deployer to sol-compiler
This commit is contained in:
@@ -10,7 +10,7 @@ import { constants } from './constants';
|
||||
import { utils } from './utils';
|
||||
|
||||
// For some reason, `depcheck` hangs on some packages. Add them here.
|
||||
const IGNORE_PACKAGES = ['@0xproject/deployer'];
|
||||
const IGNORE_PACKAGES = ['@0xproject/sol-compiler'];
|
||||
|
||||
(async () => {
|
||||
utils.log('*** NOTE: Not all deps listed here are actually not required. ***');
|
||||
|
||||
@@ -32,7 +32,7 @@ const packageNameToWebsitePath: { [name: string]: string } = {
|
||||
contracts: 'contracts',
|
||||
connect: 'connect',
|
||||
'json-schemas': 'json-schemas',
|
||||
deployer: 'deployer',
|
||||
'sol-compiler': 'sol-compiler',
|
||||
'sol-cov': 'sol-cov',
|
||||
subproviders: 'subproviders',
|
||||
'order-utils': 'order-utils',
|
||||
|
||||
Reference in New Issue
Block a user