Skip to content

Commit

Permalink
Fixing the imports/require in the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
josechirivella committed Sep 29, 2023
1 parent 01eca3b commit 275b174
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
"module": "./dist/vue-form-elements.es.js",
"exports": {
".": {
"import": {
"import": "./dist/vue-form-elements.es.js",
"require": "./dist/vue-form-elements.umd.js"
}
"import": "./dist/vue-form-elements.es.js",
"require": "./dist/vue-form-elements.umd.js"
},
"./dist/vue-form-elements.css": {
"import": "./dist/vue-form-elements.css",
Expand Down

0 comments on commit 275b174

Please sign in to comment.