Skip to content

Commit

Permalink
Merge pull request #159 from nidebr/master
Browse files Browse the repository at this point in the history
fix Module not found: Error: Default condition should be last one on v5.0.9
  • Loading branch information
avil13 authored May 15, 2024
2 parents 16d23ba + c87d670 commit df07adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vue-sweetalert2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"types": "dist/index.d.ts",
"exports": {
".": {
"default": "./dist/vue-sweetalert.js",
"import": "./dist/vue-sweetalert.mjs",
"require": "./dist/vue-sweetalert.umd.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/vue-sweetalert.js"
}
},
"files": [
Expand Down

0 comments on commit df07adc

Please sign in to comment.