chore: add files field to all packages, bump to 0.3.16
Excludes tsconfig.json and source files from published packages. Fixes TypeScript errors when consuming packages via bun.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "@uncaged/workflow-dashboard",
|
||||
"version": "0.1.0",
|
||||
"files": ["dist", "package.json"],
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
@@ -25,4 +26,4 @@
|
||||
"typescript": "^6.0.3",
|
||||
"vite": "^8.0.11"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user