reduce bundle size #272

This commit is contained in:
Kevin Jahns 2021-01-10 15:13:19 +01:00
parent c8a59118b5
commit 7cbf204143

View File

@ -26,14 +26,11 @@
"postinstall": "node ./sponsor-y.js" "postinstall": "node ./sponsor-y.js"
}, },
"files": [ "files": [
"dist/*", "dist/yjs.*",
"src/*", "dist/src",
"tests/*",
"docs/*",
"sponsor-y.js" "sponsor-y.js"
], ],
"dictionaries": { "dictionaries": {
"doc": "docs",
"test": "tests" "test": "tests"
}, },
"standard": { "standard": {