Fix prettier

This commit is contained in:
Fabio Berger
2018-11-21 13:26:58 +00:00
parent e2b3c98d25
commit 61b3305af3

View File

@@ -1,3 +1,11 @@
export { Provider, TxData, JSONRPCRequestPayload, JSONRPCErrorCallback, TxDataPayable, JSONRPCResponsePayload, JSONRPCResponseError } from 'ethereum-types';
export {
Provider,
TxData,
JSONRPCRequestPayload,
JSONRPCErrorCallback,
TxDataPayable,
JSONRPCResponsePayload,
JSONRPCResponseError,
} from 'ethereum-types';
export { ContractAddresses } from '@0x/contract-addresses';
export { runMigrationsAsync, runMigrationsOnceAsync } from './migration';