Skip to content

Commit ffdb206

Browse files
Robo-RinRonaldJerez
authored andcommitted
fix(umd): fix umd entrypoint
1 parent 7c09dc5 commit ffdb206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "git",
1010
"url": "https://github.com/RonaldJerez/vue-input-facade.git"
1111
},
12-
"main": "dist/vue-input-facade.umd.js",
12+
"main": "dist/vue-input-facade.umd.cjs",
1313
"module": "dist/vue-input-facade.js",
1414
"types": "dist/index.d.ts",
1515
"type": "module",
@@ -19,7 +19,7 @@
1919
"exports": {
2020
".": {
2121
"import": "./dist/vue-input-facade.js",
22-
"require": "./dist/vue-input-facade.umd.js"
22+
"require": "./dist/vue-input-facade.umd.cjs"
2323
}
2424
},
2525
"scripts": {

0 commit comments

Comments
 (0)