Move migrations into separate monorepo subpackage and hook it up to 0x.js and contracts

This commit is contained in:
Fabio Berger
2018-04-09 17:14:25 +09:00
parent e05b55d4a5
commit 919b327fc5
26 changed files with 181 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
import { JSONRPCResponsePayload } from '@0xproject/types';
import { promisify } from '@0xproject/utils';
import Eth from '@ledgerhq/hw-app-eth';
// HACK: This depdency is optional and tslint skips optional depdencies
// HACK: This dependency is optional and tslint skips optional dependencies
// tslint:disable-next-line:no-implicit-dependencies
import TransportNodeHid from '@ledgerhq/hw-transport-node-hid';
import * as chai from 'chai';