Remove hack above migrations package

This commit is contained in:
Fabio Berger
2018-04-19 10:37:13 +09:00
parent 2574405699
commit 1ca86730fa

View File

@@ -1,6 +1,3 @@
// HACK: This dependency is optional since it is only available when run from within
// the monorepo. tslint doesn't handle optional dependencies
// tslint:disable-next-line:no-implicit-dependencies
import { runMigrationsAsync } from '@0xproject/migrations';
import { deployer } from './utils/deployer';