diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-13 05:13:24 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-03-13 05:13:24 +0800 |
commit | ef6aa9f41b9f21d033034c51e8880ec9d70b6b40 (patch) | |
tree | 2380bda47f84cab1214814766a800883d63587ac /packages/dev-utils/src/index.ts | |
parent | 745af5309d32a34e5f8c6a305f12ce31cb2379b1 (diff) | |
download | dexon-0x-contracts-ef6aa9f41b9f21d033034c51e8880ec9d70b6b40.tar.gz dexon-0x-contracts-ef6aa9f41b9f21d033034c51e8880ec9d70b6b40.tar.zst dexon-0x-contracts-ef6aa9f41b9f21d033034c51e8880ec9d70b6b40.zip |
Convert 0x.js scripts to TS, move the prepublishUtils script to `dev-utils` and also convert it to TS.
Diffstat (limited to 'packages/dev-utils/src/index.ts')
-rw-r--r-- | packages/dev-utils/src/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/dev-utils/src/index.ts b/packages/dev-utils/src/index.ts index e899ac206..cc3e668a1 100644 --- a/packages/dev-utils/src/index.ts +++ b/packages/dev-utils/src/index.ts @@ -2,3 +2,4 @@ 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'; |