Skip to content

Commit

Permalink
Merge pull request #7 from etherspot/fix/dotenv-dep-fix
Browse files Browse the repository at this point in the history
Fix/dotenv dep fix
  • Loading branch information
poocart authored Jun 13, 2023
2 parents a73c72a + 934d23b commit 87352ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherspot/eip1271-verification-util",
"version": "0.1.1",
"version": "0.1.2",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"repository": "https://github.com/etherspot/eip1271-verification-util.git",
Expand Down
1 change: 0 additions & 1 deletion src/utils/verify-signature.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "dotenv/config";
import { ethers, utils, providers, ContractInterface, BytesLike } from "ethers";
import { Hexable } from "ethers/lib/utils";

Expand Down

0 comments on commit 87352ba

Please sign in to comment.