Skip to content

Commit

Permalink
Fix non-ES6 import in keccak256.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jun 25, 2019
1 parent 37446bd commit 5eb393d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keccak256/src.ts/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

import sha3 = require("js-sha3");
import sha3 from "js-sha3";

import { arrayify, BytesLike } from "@ethersproject/bytes";

Expand Down

0 comments on commit 5eb393d

Please sign in to comment.