소스 검색

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 .",

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.