diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-13 23:36:05 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-03-13 23:36:05 +0800 |
commit | c3b4359e8751a9c98a6081659a364fc29e69653d (patch) | |
tree | 1b6023cbb741ad986db30ef84c5f459f8ee07038 /packages/dev-utils/src | |
parent | ca25b816fabe15ce1ebc539c0316beba813683b8 (diff) | |
download | dexon-sol-tools-c3b4359e8751a9c98a6081659a364fc29e69653d.tar dexon-sol-tools-c3b4359e8751a9c98a6081659a364fc29e69653d.tar.gz dexon-sol-tools-c3b4359e8751a9c98a6081659a364fc29e69653d.tar.bz2 dexon-sol-tools-c3b4359e8751a9c98a6081659a364fc29e69653d.tar.lz dexon-sol-tools-c3b4359e8751a9c98a6081659a364fc29e69653d.tar.xz dexon-sol-tools-c3b4359e8751a9c98a6081659a364fc29e69653d.tar.zst dexon-sol-tools-c3b4359e8751a9c98a6081659a364fc29e69653d.zip |
small fixes
Diffstat (limited to 'packages/dev-utils/src')
-rw-r--r-- | packages/dev-utils/src/index.ts | 1 | ||||
-rw-r--r-- | packages/dev-utils/src/monorepo_scripts/postpublish.ts | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/packages/dev-utils/src/index.ts b/packages/dev-utils/src/index.ts index cc3e668a1..e899ac206 100644 --- a/packages/dev-utils/src/index.ts +++ b/packages/dev-utils/src/index.ts @@ -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'; diff --git a/packages/dev-utils/src/monorepo_scripts/postpublish.ts b/packages/dev-utils/src/monorepo_scripts/postpublish.ts index 6bd94e71d..d5fcff9d0 100644 --- a/packages/dev-utils/src/monorepo_scripts/postpublish.ts +++ b/packages/dev-utils/src/monorepo_scripts/postpublish.ts @@ -1,4 +1,4 @@ -import { postpublishUtils } from '../postpublish_utils'; +import { postpublishUtils } from '@0xproject/monorepo-scripts'; import * as packageJSON from '../package.json'; |