Skip to content

Commit 23805c9

Browse files
committed
build: remove cjs support
1 parent 59999f1 commit 23805c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "0.0.2",
44
"description": "Syntax highlight component for vue-termui.",
55
"type": "module",
6-
"main": "./dist/index.cjs",
76
"module": "./dist/index.mjs",
87
"types": "./dist/index.d.ts",
98
"packageManager": "pnpm@7.12.2",
@@ -21,7 +20,6 @@
2120
"exports": {
2221
".": {
2322
"import": "./dist/index.mjs",
24-
"require": "./dist/index.cjs",
2523
"types": "./dist/index.d.ts"
2624
}
2725
},

0 commit comments

Comments
 (0)