small fixes

This commit is contained in:
Fabio Berger
2018-03-13 16:36:05 +01:00
parent ca25b816fa
commit c3b4359e87
6 changed files with 10 additions and 7 deletions

View File

@@ -2,4 +2,3 @@ export { RPC } from './rpc';
export { BlockchainLifecycle } from './blockchain_lifecycle';
export { web3Factory } from './web3_factory';
export { constants as devConstants } from './constants';
export { postpublishUtils } from './postpublish_utils';

View File

@@ -1,4 +1,4 @@
import { postpublishUtils } from '../postpublish_utils';
import { postpublishUtils } from '@0xproject/monorepo-scripts';
import * as packageJSON from '../package.json';