Skip to content

Commit 5192416

Browse files
authored
Update package.json
Add "type": "module" to /auth/package.json to fix #129
1 parent b91f358 commit 5192416

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

auth/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"main": "../dist/auth/index.cjs.js",
55
"module": "../dist/auth/index.esm.js",
66
"typings": "../dist/auth/index.d.ts",
7-
"sideEffects": false
7+
"sideEffects": false,
8+
"type": "module"
89
}

0 commit comments

Comments
 (0)