Skip to content

Commit

Permalink
chore: update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
byronogis committed Jul 6, 2023
1 parent 2f37793 commit 466d38e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"keywords": [
"vue3",
"component",
"vite"
"carousel"
],
"exports": {
".": {
Expand All @@ -27,6 +27,9 @@
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down

0 comments on commit 466d38e

Please sign in to comment.