Skip to content

Commit 81d578b

Browse files
committed
chore(core): Update package.json to support esm
1 parent 0c045b5 commit 81d578b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@asgardeo/js",
33
"version": "0.1.2",
44
"description": "Framework agnostic JS for Asgardeo or Identity Server",
5-
"main": "dist/cjs/index.js",
5+
"main": "dist/esm/index.js",
66
"module": "dist/esm/index.js",
77
"umd": "dist/umd/index.js",
88
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)