Skip to content

Commit 5396243

Browse files
authored
Merge pull request #5450 from iSuslov/fix-esm-path-addon-unicode-graphemes
Fix wrong export path for ESM target in [addon-unicode-graphemes]
2 parents 0741f8b + b41d3ef commit 5396243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/addon-unicode-graphemes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://xtermjs.org/"
77
},
88
"main": "lib/addon-unicode-graphemes.js",
9-
"module": "lib/.addon-unicode-graphemes.mjs",
9+
"module": "lib/addon-unicode-graphemes.mjs",
1010
"types": "typings/addon-unicode-graphemes.d.ts",
1111
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/addon-unicode-graphemes",
1212
"license": "MIT",

0 commit comments

Comments
 (0)