Skip to content

Commit

Permalink
Merge pull request #339 from Web3Auth/feat/export-package-json
Browse files Browse the repository at this point in the history
adds export for package.json
  • Loading branch information
chaitanyapotti authored Sep 9, 2024
2 parents dd94394 + 2273dee commit 480d534
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"require": "./dist/lib.cjs/index.js",
"types": "./dist/types/index.d.ts"
},
"./package.json": {
"import": "./package.json",
"require": "./package.json"
},
"./core": {
"import": "./dist/lib.esm/core/index.js",
"require": "./dist/lib.cjs/core/index.js",
Expand Down

0 comments on commit 480d534

Please sign in to comment.