Sv443 8 місяців тому
батько
коміт
d8f6852
2 змінених файлів з 6 додано та 2 видалено
  1. 5 0
      .changeset/funny-spoons-cough.md
  2. 1 2
      package.json

+ 5 - 0
.changeset/funny-spoons-cough.md

@@ -0,0 +1,5 @@
+---
+"@sv443-network/userutils": patch
+---
+
+Fix package.json exports

+ 1 - 2
package.json

@@ -5,7 +5,6 @@
   "description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and more",
   "main": "dist/index.js",
   "module": "dist/index.mjs",
-  "exports": "./lib/index.ts",
   "types": "dist/lib/index.d.ts",
   "scripts": {
     "lint": "tsc --noEmit && eslint .",
@@ -63,4 +62,4 @@
     "/CHANGELOG.md",
     "/LICENSE.txt"
   ]
-}
+}