Skip to content

Commit

Permalink
fix(umd): fix umd entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Robo-Rin authored and RonaldJerez committed Jan 8, 2024
1 parent 7c09dc5 commit ffdb206
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
Expand Up @@ -9,7 +9,7 @@
"type": "git",
"url": "https://github.com/RonaldJerez/vue-input-facade.git"
},
"main": "dist/vue-input-facade.umd.js",
"main": "dist/vue-input-facade.umd.cjs",
"module": "dist/vue-input-facade.js",
"types": "dist/index.d.ts",
"type": "module",
Expand All @@ -19,7 +19,7 @@
"exports": {
".": {
"import": "./dist/vue-input-facade.js",
"require": "./dist/vue-input-facade.umd.js"
"require": "./dist/vue-input-facade.umd.cjs"
}
},
"scripts": {
Expand Down

0 comments on commit ffdb206

Please sign in to comment.