소스 검색

fix: exports prop

Sv443 8 달 전
부모
커밋
d8f68521d2
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"
   ]
-}
+}