ソースを参照

feat: add package.json exports prop

Sv443 11 ヶ月 前
コミット
6ad28b6fcb
2 ファイル変更173 行追加586 行削除
  1. 172 586
      package-lock.json
  2. 1 0
      package.json

ファイルの差分が大きいため隠しています
+ 172 - 586
package-lock.json


+ 1 - 0
package.json

@@ -5,6 +5,7 @@
   "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 .",

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません