Skip to content

Commit f71a20b

Browse files
author
Jeff Belser
committed
refactor(odyssey-react-theme)!: define explicit exports and module type
1 parent c1eb392 commit f71a20b

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

packages/odyssey-react-theme/package.json

+7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55
"author": "Okta, Inc.",
66
"license": "Apache-2.0",
77
"main": "dist/index.js",
8+
"module": "dist/index.js",
89
"types": "dist/index.d.ts",
10+
"type": "module",
11+
"exports": {
12+
".": {
13+
"default": "./dist/index.js"
14+
}
15+
},
916
"repository": {
1017
"type": "git",
1118
"url": "https://github.com/okta/odyssey",

0 commit comments

Comments
 (0)