Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 committed Sep 11, 2018
1 parent cd7ba43 commit 5b9fbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

import qs from 'qs';
import BigNumber from 'BigNumber.js';
import { BigNumber } from 'bignumber.js';

/**
* Parse an Ethereum URI according to ERC-831 and ERC-681
Expand Down

0 comments on commit 5b9fbc3

Please sign in to comment.