Skip to content

Commit c04101b

Browse files
authored
fix: resolve knip failures from plugin-git shiki refactor (#265)
1 parent 2a155a4 commit c04101b

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

‎knip.jsonc‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@
3434
// `skills/devframe/templates/*.ts` are the devframe-authoring skill's
3535
// copy-and-run reference snippets (`skills/devframe/SKILL.md`) - each
3636
// one a standalone, runnable example, not imported by anything else.
37-
"entry": ["design/*.ts", "skills/devframe/templates/*.ts", "scripts/smoke-bun.ts"],
38-
// `spa-devframe.ts` imports `valibot` to illustrate schema validation
39-
// for a consumer's own devframe - it's a dependency of the example a
40-
// reader copies out, not of this repo's root tooling.
41-
"ignoreDependencies": ["valibot"]
37+
"entry": ["design/*.ts", "skills/devframe/templates/*.ts", "scripts/smoke-bun.ts"]
4238
},
4339
"docs": {
4440
// `devframe` is referenced only inside fenced code samples in the

‎plugins/git/package.json‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"devDependencies": {
6565
"@antfu/design": "catalog:frontend",
6666
"@devframes/plugin-git--assets": "workspace:*",
67-
"@devframes/service-shiki": "workspace:*",
6867
"@floating-ui/react": "catalog:frontend",
6968
"@iconify-json/catppuccin": "catalog:frontend",
7069
"@radix-ui/react-scroll-area": "catalog:frontend",

0 commit comments

Comments
 (0)