修复发布打包

This commit is contained in:
xief 2025-06-24 13:59:29 +08:00
parent 305a30372a
commit 09e4cbbfe2

View File

@ -1,10 +1,11 @@
{
"name": "cut-abstractions",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "index.ts",
"files": ["dist/**/*"],
"exports": {
".": "./**/*"
".": "./dist/**/*"
},
"scripts": {
"build": "tsc",