We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e462cb commit 97f2ce8Copy full SHA for 97f2ce8
1 file changed
packages/theme/package.json
@@ -12,9 +12,15 @@
12
"publishConfig": {
13
"access": "public"
14
},
15
- "source": "src/index.ts",
16
- "module": "dist/esm/index.js",
17
- "types": "dist/types/index.d.ts",
+ "source": "./src/index.ts",
+ "types": "./dist/index.d.ts",
+ "main": "./dist/index.js",
18
+ "exports": {
19
+ ".": {
20
21
+ "default": "./dist/index.js"
22
+ }
23
+ },
24
"scripts": {
25
"lint": "eslint src",
26
"dev": "parcel watch",
0 commit comments