We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c09dc5 commit ffdb206Copy full SHA for ffdb206
package.json
@@ -9,7 +9,7 @@
9
"type": "git",
10
"url": "https://github.com/RonaldJerez/vue-input-facade.git"
11
},
12
- "main": "dist/vue-input-facade.umd.js",
+ "main": "dist/vue-input-facade.umd.cjs",
13
"module": "dist/vue-input-facade.js",
14
"types": "dist/index.d.ts",
15
"type": "module",
@@ -19,7 +19,7 @@
19
"exports": {
20
".": {
21
"import": "./dist/vue-input-facade.js",
22
- "require": "./dist/vue-input-facade.umd.js"
+ "require": "./dist/vue-input-facade.umd.cjs"
23
}
24
25
"scripts": {
0 commit comments