fix(core): remove stale import process breaking core build

Fixes #191
This commit is contained in:
2026-04-27 10:33:17 +00:00
parent c6c3e0142d
commit 81663ad524
7 changed files with 25 additions and 15 deletions
+1 -3
View File
@@ -10,9 +10,7 @@
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"publishConfig": {
"access": "public"
},