Skip to content

Commit

Permalink
Merge pull request #44 from dasuni-30/support-esm
Browse files Browse the repository at this point in the history
chore(react): Update package.json to support ESM modules
  • Loading branch information
dasuni-30 authored Jul 16, 2024
2 parents 97048ba + 355234c commit 0c045b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eight-ladybugs-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@asgardeo/react': patch
---

Update package.json to support ESM modules
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@asgardeo/react",
"version": "0.2.3",
"description": "React Wrapper to build customizable login UIs for Asgardeo or Identity Server",
"main": "dist/cjs/index.js",
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit 0c045b5

Please sign in to comment.