Skip to content

Commit

Permalink
fix: fix typeings in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vaban-ru committed Aug 11, 2023
1 parent 01ae25a commit bf4b455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webzlodimir/vue-bottom-sheet",
"version": "3.0.2",
"version": "3.0.4",
"private": false,
"scripts": {
"dev": "vite --config vite-demo.config.ts serve --host 0.0.0.0",
Expand Down Expand Up @@ -40,9 +40,9 @@
],
"main": "dist/vue-bottom-sheet.umd.js",
"module": "dist/vue-bottom-sheet.es.js",
"types": "./dist/VueBottomSheet.d.ts",
"exports": {
".": {
"types": "./dist/VueBottomSheet.d.ts",
"import": "./dist/vue-bottom-sheet.es.js",
"require": "./dist/vue-bottom-sheet.umd.js"
},
Expand Down

0 comments on commit bf4b455

Please sign in to comment.