Add comment about ignored packages

This commit is contained in:
Fabio Berger
2018-04-03 15:44:07 +09:00
parent 03e4205700
commit e9cb5c069a

View File

@@ -9,6 +9,7 @@ import { exec as execAsync } from 'promisify-child-process';
import { constants } from './constants';
import { utils } from './utils';
// For some reason, `depcheck` hangs on some packages. Add them here.
const IGNORE_PACKAGES = ['@0xproject/deployer'];
(async () => {