diff options
author | Fabio Berger <me@fabioberger.com> | 2018-08-22 00:16:34 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-08-22 00:16:34 +0800 |
commit | 04bbd60c119b44b03eee3f6ab4459c3bfb7f283c (patch) | |
tree | bdc0746fa0162a501433d015f48c04609e8b80fe | |
parent | ad9bb3ea59bcedb420830e23f5a9874475c86016 (diff) | |
download | dexon-sol-tools-04bbd60c119b44b03eee3f6ab4459c3bfb7f283c.tar dexon-sol-tools-04bbd60c119b44b03eee3f6ab4459c3bfb7f283c.tar.gz dexon-sol-tools-04bbd60c119b44b03eee3f6ab4459c3bfb7f283c.tar.bz2 dexon-sol-tools-04bbd60c119b44b03eee3f6ab4459c3bfb7f283c.tar.lz dexon-sol-tools-04bbd60c119b44b03eee3f6ab4459c3bfb7f283c.tar.xz dexon-sol-tools-04bbd60c119b44b03eee3f6ab4459c3bfb7f283c.tar.zst dexon-sol-tools-04bbd60c119b44b03eee3f6ab4459c3bfb7f283c.zip |
Fix sol-compiler index.ts
-rw-r--r-- | packages/sol-compiler/src/index.ts | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/packages/sol-compiler/src/index.ts b/packages/sol-compiler/src/index.ts index fe72a37d6..570de931b 100644 --- a/packages/sol-compiler/src/index.ts +++ b/packages/sol-compiler/src/index.ts @@ -1,11 +1,3 @@ export { Compiler } from './compiler'; -export { - CompilerOptions, - ContractArtifact, - ContractNetworks, - GeneratedCompilerOptions, - ContractNetworkData, - ContractVersionData, - Source, -} from './utils/types'; +export { CompilerOptions } from './utils/types'; |