aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/src
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-08-22 00:16:34 +0800
committerFabio Berger <me@fabioberger.com>2018-08-22 00:16:34 +0800
commit04bbd60c119b44b03eee3f6ab4459c3bfb7f283c (patch)
treebdc0746fa0162a501433d015f48c04609e8b80fe /packages/sol-compiler/src
parentad9bb3ea59bcedb420830e23f5a9874475c86016 (diff)
downloaddexon-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
Diffstat (limited to 'packages/sol-compiler/src')
-rw-r--r--packages/sol-compiler/src/index.ts10
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';