1
0
mirror of synced 2026-03-23 02:58:34 +08:00

chore: 补充package.json files字段

This commit is contained in:
roymondchen
2024-05-31 17:45:09 +08:00
parent 78e9a0ab15
commit b198417ad1
28 changed files with 64 additions and 334 deletions

View File

@@ -2,10 +2,6 @@
"version": "1.0.9",
"name": "@tmagic/tmagic-form-runtime",
"type": "module",
"sideEffects": [
"dist/*",
"src/theme/*"
],
"main": "dist/tmagic-form-runtime.umd.cjs",
"module": "dist/tmagic-form-runtime.js",
"types": "types/index.d.ts",
@@ -17,6 +13,10 @@
},
"./*": "./*"
},
"files": [
"dist",
"types"
],
"license": "Apache-2.0",
"scripts": {
"build": "npm run build:type && vite build",

View File

@@ -12,6 +12,9 @@
},
"./*": "./*"
},
"files": [
"dist"
],
"license": "Apache-2.0",
"scripts": {
"build": "pnpm clean && tsc -b tsconfig.build.json",