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

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

View File

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

View File

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