Rename deployer to sol-compiler

This commit is contained in:
Leonid Logvinov
2018-05-08 15:42:07 +02:00
parent 96037aed52
commit a6f72de09d
66 changed files with 142 additions and 179 deletions

View File

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