Skip to content

Commit

Permalink
feature: 打包组件库
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Jan 12, 2022
1 parent 670b3cc commit 8e4cc2e
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
{
"name": "xiaosi-vue3-components",
"version": "1.0.0",
"main": "lib/index.esm.js",
"types": "lib/index.d.ts",
"style": "lib/theme-default/index.css",
"version": "1.0.1",
"files": [
"lib"
],
"main": "./lib/index.esm.js",
"module": "./lib/index.esm.js",
"types": "./lib/index.d.ts",
"style": "./lib/theme-default/index.css",
"exports": {
".": {
"import": "./lib/index.esm.js",
"require": "./lib/index.esm.js"
}
},
"workspaces": [
"packages/*",
"docs"
Expand Down

0 comments on commit 8e4cc2e

Please sign in to comment.