only publish dist

This commit is contained in:
Ben
2025-08-22 15:30:07 +02:00
parent 9446b9c89e
commit b828d3ef12
2 changed files with 6 additions and 1 deletions

View File

@@ -19,5 +19,8 @@
"vitest": "^3.2.4"
},
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"files": [
"dist"
]
}