fix: mark internal packages as private, only publish @dustinbyrne/kb

This commit is contained in:
Dustin Byrne
2026-03-27 00:27:37 -04:00
parent c413ef3cb5
commit f6a94e344f
3 changed files with 6 additions and 3 deletions

View File

@@ -44,5 +44,6 @@
"typescript": "^5.7.0",
"vite": "^6.0.0",
"vitest": "^4.1.1"
}
},
"private": true
}