Skip to content

Commit

Permalink
Fix browser js
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Oct 14, 2024
1 parent 55f540d commit c8c97e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"typings": "dist/index.d.ts",
"main": "dist/vue-pagination.umd.cjs",
"browser": "dist/vue-pagination.umd.js",
"browser": "dist/vue-pagination.umd.cjs",
"module": "dist/vue-pagination.js",
"scripts": {
"dev": "vite --config vite.config.docs.ts",
Expand Down

0 comments on commit c8c97e4

Please sign in to comment.