fix sol-compiler linter error

pin `@types/node` to appease publish job
This commit is contained in:
Lawrence Forman
2020-10-19 12:04:38 -04:00
parent 1d8dd2f89c
commit db98ff8cb7
34 changed files with 35 additions and 33 deletions

View File

@@ -3,8 +3,10 @@ import * as chai from 'chai';
import { CompilerOptions, ContractArtifact } from 'ethereum-types';
import 'mocha';
import { join } from 'path';
import { Compiler } from '../src/compiler';
import { fsWrapper } from '../src/utils/fs_wrapper';
import { exchange_binary } from './fixtures/exchange_bin';
import { v6_contract_binary } from './fixtures/v6_contract_bin';
import { v7_contract_binary } from './fixtures/v7_contract_bin';