Move types from sol-compiler to types so they can be used in other places without requiring sol-compiler as a dep

This commit is contained in:
Fabio Berger
2018-08-21 23:58:06 +01:00
parent 1bbd7bf870
commit 301cb296ec
30 changed files with 190 additions and 111 deletions

View File

@@ -1,3 +1,2 @@
export { Compiler } from './compiler';
export { CompilerOptions } from './utils/types';
export { ContractArtifact, CompilerOptions, ContractNetworks } from 'ethereum-types';