Skip to content

Commit

Permalink
chore: test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Feb 21, 2024
1 parent 874745f commit 9dedde1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,24 @@
"type": "module",
"module": "./dist/index.es.js",
"main": "../dist/index.es.js",
"types": "dist/index.d.ts",
"types": "dist/types/index.es.d.ts",
"jsdelivr": "./dist/index.es.js",
"unpkg": "./dist/index.es.js",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"types": "./dist/types/index.es.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
},
"./*": "./*"
},
"scripts": {
"dev": "vite",
"build": "rimraf dist && vite build"
"build": "rimraf dist && vite build && npm run build:dts",
"build:dts": "npx -p typescript tsc ./dist/index.es.js --declaration --allowJs --emitDeclarationOnly --outDir ./dist/types"
},
"keywords": [
"ant-design-vue",
Expand Down

0 comments on commit 9dedde1

Please sign in to comment.