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

@@ -29,5 +29,6 @@
"@types/node": "^25.5.0",
"typescript": "^5.7.0",
"vitest": "^4.1.1"
}
},
"private": true
}