From 7cbf2041432d5ad87acd8895544f279beb031bb5 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Sun, 10 Jan 2021 15:13:19 +0100 Subject: [PATCH] reduce bundle size #272 --- package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7a1de1c8..8fb41553 100644 --- a/package.json +++ b/package.json @@ -26,14 +26,11 @@ "postinstall": "node ./sponsor-y.js" }, "files": [ - "dist/*", - "src/*", - "tests/*", - "docs/*", + "dist/yjs.*", + "dist/src", "sponsor-y.js" ], "dictionaries": { - "doc": "docs", "test": "tests" }, "standard": {