Merge pull request #424 from KentoMoriwaki/patch-1

Add support for esm in node.js
This commit is contained in:
Kevin Jahns
2022-05-17 14:38:25 +02:00
committed by GitHub

View File

@@ -26,6 +26,7 @@
},
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/yjs.mjs",
"require": "./dist/yjs.cjs"
},