Skip to content

Commit

Permalink
do not import dotenv to main file as not used
Browse files Browse the repository at this point in the history
  • Loading branch information
poocart committed Jun 13, 2023
1 parent 63e64cc commit 934d23b
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 934d23b

Please sign in to comment.