Skip to content

Commit

Permalink
Merge pull request #139 from magyarb/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
elreco authored Jan 31, 2024
2 parents 4d32cc5 + 5f6173c commit 9f79db2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"exports": {
".": {
"import": "./dist/vue-tailwind-datepicker.js",
"require": "./dist/vue-tailwind-datepicker.umd.cjs"
"require": "./dist/vue-tailwind-datepicker.umd.cjs",
"types": "./dist/types.d.ts"
}
},
"main": "./dist/vue-tailwind-datepicker.umd.cjs",
Expand Down

0 comments on commit 9f79db2

Please sign in to comment.