修复发布打包

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", "name": "cut-abstractions",
"version": "0.1.0", "version": "0.1.1",
"description": "", "description": "",
"main": "index.ts", "main": "index.ts",
"files": ["dist/**/*"],
"exports": { "exports": {
".": "./**/*" ".": "./dist/**/*"
}, },
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",