Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed Jul 31, 2020
1 parent 6c8e085 commit fa5801f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/externals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
// TODO: This can be replaced with a normal ESM import once
// the new major version of the typescript config package
// is released and adopted here.
import BN = require('bn.js');
import rlp = require('rlp');
import BN = require('bn.js')
import rlp = require('rlp')

/**
* [`BN`](https://github.com/indutny/bn.js)
Expand Down

0 comments on commit fa5801f

Please sign in to comment.