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 59999f1 commit 23805c9Copy full SHA for 23805c9
package.json
@@ -3,7 +3,6 @@
3
"version": "0.0.2",
4
"description": "Syntax highlight component for vue-termui.",
5
"type": "module",
6
- "main": "./dist/index.cjs",
7
"module": "./dist/index.mjs",
8
"types": "./dist/index.d.ts",
9
"packageManager": "pnpm@7.12.2",
@@ -21,7 +20,6 @@
21
20
"exports": {
22
".": {
23
"import": "./dist/index.mjs",
24
- "require": "./dist/index.cjs",
25
"types": "./dist/index.d.ts"
26
}
27
},
0 commit comments