Skip to content

Commit

Permalink
fix Module not found: Error: Default condition should be last one on …
Browse files Browse the repository at this point in the history
…v5.0.9
  • Loading branch information
Nicolas Debrigode committed May 14, 2024
1 parent 16d23ba commit c87d670
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 c87d670

Please sign in to comment.