Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Sep 19, 2024
1 parent 09844ce commit 5033d6a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "wagmi connector to connect with web3auth SDK",
"sideEffects": false,
"main": "dist/lib.cjs/index.js",
"module": "dist/lib.esm/index.js",
"jsdelivr": "dist/web3authWagmiConnector.umd.min.js",
"types": "dist/types/index.d.ts",
"repository": "https://github.com/Web3Auth/web3auth-wagmi-connector",
Expand All @@ -13,8 +12,8 @@
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/web3authWagmiConnector.esm.js",
"require": "./dist/web3authWagmiConnector.cjs.js"
"import": "./dist/lib.esm/index.js",
"require": "./dist/lib.cjs/index.js"
}
},
"keywords": [
Expand Down Expand Up @@ -75,8 +74,7 @@
]
},
"files": [
"dist",
"src"
"dist"
],
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 5033d6a

Please sign in to comment.