From af217e316a76eef0365123722ba999907a6fcdcb Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 7 Sep 2017 20:28:45 +0200 Subject: Move Aftifact type definition to 'types' --- src/artifacts.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/artifacts.ts') diff --git a/src/artifacts.ts b/src/artifacts.ts index 0c4627337..447f9880a 100644 --- a/src/artifacts.ts +++ b/src/artifacts.ts @@ -1,3 +1,4 @@ +import {Artifact} from './types'; import * as TokenArtifact from './artifacts/Token.json'; import * as ExchangeArtifact from './artifacts/Exchange.json'; import * as EtherTokenArtifact from './artifacts/EtherToken.json'; -- cgit v1.2.3