@@ -0,0 +1,5 @@
+---
+"@sv443-network/userutils": patch
+
+Fix package.json exports
@@ -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"
]
-}
+}