add package.json to exports so other packages can consume it

This commit is contained in:
Kevin Jahns 2021-03-15 15:08:19 +01:00
parent 4f2d13e3ce
commit 3af420e790

View File

@ -32,6 +32,7 @@
}, },
"./src/index.js": "./src/index.js", "./src/index.js": "./src/index.js",
"./tests/testHelper.js": "./tests/testHelper.js" "./tests/testHelper.js": "./tests/testHelper.js"
"./package.json": "./package.json"
}, },
"files": [ "files": [
"dist/yjs.*", "dist/yjs.*",