Skip to content

Commit

Permalink
Merge pull request #30 from VisActor/chore/update_package
Browse files Browse the repository at this point in the history
chore: update package.json
  • Loading branch information
fangsmile committed Jun 14, 2023
2 parents f8e45c2 + d91e49d commit c91c0f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/vtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,20 @@
"sideEffects": false,
"main": "cjs/index.js",
"module": "es/index.js",
"browser": "dist/vtable.min.js",
"types": "es/index.d.ts",
"files": [
"cjs",
"es",
"dist"
],
"exports": {
".": {
"require": "./cjs/index.js",
"import": "./es/index.js",
"default": "./dist/vtable.min.js"
}
},
"scripts": {
"demo": "vite serve examples",
"site-demo": "vite serve site-demo",
Expand Down

0 comments on commit c91c0f3

Please sign in to comment.