We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36271d commit 28c8e29Copy full SHA for 28c8e29
packages/ui/package.json
@@ -22,11 +22,6 @@
22
"import": "./dist/entry.mjs",
23
"default": "./dist/entry.mjs"
24
},
25
- "./internal": {
26
- "types": "./dist/types/internal.d.ts",
27
- "import": "./dist/ui.mjs",
28
- "default": "./dist/ui.mjs"
29
- },
30
"./package.json": "./package.json"
31
32
"types": "dist/types/index.d.ts",
@@ -46,7 +41,7 @@
46
41
"format": "node ../../scripts/format-package.mjs",
47
42
"format:check": "node ../../scripts/format-package.mjs --check",
48
43
"lint": "eslint src",
49
- "lint:attw": "attw --pack . --profile esm-only --ignore-rules internal-resolution-error",
44
+ "lint:attw": "attw --pack . --profile esm-only",
50
45
"lint:publint": "publint",
51
"showerrors": "tsc",
52
"test:ci": "vitest --maxWorkers=70%",
0 commit comments