Skip to content

Commit 28c8e29

Browse files
committed
drop internal export entrypoint
1 parent d36271d commit 28c8e29

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/ui/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
"import": "./dist/entry.mjs",
2323
"default": "./dist/entry.mjs"
2424
},
25-
"./internal": {
26-
"types": "./dist/types/internal.d.ts",
27-
"import": "./dist/ui.mjs",
28-
"default": "./dist/ui.mjs"
29-
},
3025
"./package.json": "./package.json"
3126
},
3227
"types": "dist/types/index.d.ts",
@@ -46,7 +41,7 @@
4641
"format": "node ../../scripts/format-package.mjs",
4742
"format:check": "node ../../scripts/format-package.mjs --check",
4843
"lint": "eslint src",
49-
"lint:attw": "attw --pack . --profile esm-only --ignore-rules internal-resolution-error",
44+
"lint:attw": "attw --pack . --profile esm-only",
5045
"lint:publint": "publint",
5146
"showerrors": "tsc",
5247
"test:ci": "vitest --maxWorkers=70%",

0 commit comments

Comments
 (0)