Skip to content

Commit

Permalink
📃 docs: 完善 package
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoJikun committed Nov 2, 2023
1 parent 5df373c commit ef226e1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/ivy-design-wc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"main": "dist/ivy-design.js",
"module": "dist/ivy-design.mjs",
"types": "types/index.d.ts",
"unpkg": "dist/ivy-design.js",
"jsdelivr": "dist/ivy-design.js",
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"files": [
"dist",
"types",
Expand All @@ -20,6 +26,15 @@
"web component",
"ivy-design"
],
"author": {
"name": "Guo JiKun",
"email": "[email protected]"
},
"homepage": "https://ce.ivy-design.press",
"bugs": {
"url": "https://github.com/ivy-design/ivy-design-wc/issues/new",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"dev": "vite build -w",
Expand Down

0 comments on commit ef226e1

Please sign in to comment.