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": {