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
commit 0c8d29bfff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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