Add missing exports discovered by generating compact typedoc JSON

This commit is contained in:
Fabio Berger
2018-07-29 21:59:09 +02:00
parent f4a2e227e1
commit 4579e1637d
5 changed files with 32 additions and 4 deletions

View File

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