chore(packages): remove dom package

This commit is contained in:
Rahim
2025-12-22 13:53:46 +11:00
parent b5a3f551f0
commit 1cd9e6b7a8
23 changed files with 63 additions and 112 deletions
+4
View File
@@ -13,6 +13,10 @@
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./dom": {
"types": "./dist/dom.d.ts",
"default": "./dist/dom.js"
}
},
"main": "dist/index.js",