aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-04-12 08:26:42 +0800
committerGitHub <noreply@github.com>2018-04-12 08:26:42 +0800
commit749354b1c04f45a30086163ec221695705dcab42 (patch)
tree264a89829e2b49afc8c4e598c841205b7fbbee61 /packages/typescript-typings
parent5eb90697c824f1c98467cdb6cd71dbb94ff70805 (diff)
parent72aa3d3005c81c1d0deb66369ce543bda3cccdc1 (diff)
downloaddexon-sol-tools-749354b1c04f45a30086163ec221695705dcab42.tar
dexon-sol-tools-749354b1c04f45a30086163ec221695705dcab42.tar.gz
dexon-sol-tools-749354b1c04f45a30086163ec221695705dcab42.tar.bz2
dexon-sol-tools-749354b1c04f45a30086163ec221695705dcab42.tar.lz
dexon-sol-tools-749354b1c04f45a30086163ec221695705dcab42.tar.xz
dexon-sol-tools-749354b1c04f45a30086163ec221695705dcab42.tar.zst
dexon-sol-tools-749354b1c04f45a30086163ec221695705dcab42.zip
Merge pull request #520 from 0xProject/fix/installation-tests
Fix the publishing/installation test issues
Diffstat (limited to 'packages/typescript-typings')
-rw-r--r--packages/typescript-typings/types/ethereumjs-util/index.d.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/typescript-typings/types/ethereumjs-util/index.d.ts b/packages/typescript-typings/types/ethereumjs-util/index.d.ts
index fae55c418..b1c521e18 100644
--- a/packages/typescript-typings/types/ethereumjs-util/index.d.ts
+++ b/packages/typescript-typings/types/ethereumjs-util/index.d.ts
@@ -1,5 +1,4 @@
declare module 'ethereumjs-util' {
- import { Buffer } from 'buffer';
import BN = require('bn.js');
interface Signature {