We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c718b1c commit b299911Copy full SHA for b299911
packages/xl-ai/package.json
@@ -36,13 +36,13 @@
36
"type": "module",
37
"source": "src/index.ts",
38
"types": "./types/src/index.d.ts",
39
- "main": "./dist/blocknote-xl-ai.umd.cjs",
+ "main": "./dist/blocknote-xl-ai.js",
40
"module": "./dist/blocknote-xl-ai.js",
41
"exports": {
42
".": {
43
44
"import": "./dist/blocknote-xl-ai.js",
45
- "require": "./dist/blocknote-xl-ai.umd.cjs"
+ "require": "./dist/blocknote-xl-ai.cjs"
46
},
47
"./style.css": {
48
"import": "./dist/style.css",
0 commit comments