Skip to content

Commit

Permalink
fix: default condition should be last one
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Aug 10, 2023
1 parent c538347 commit 435f922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
],
"exports": {
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/index.modern.js"
},
"scripts": {
"prebuild": "yarn run clean",
Expand Down

2 comments on commit 435f922

@bumi
Copy link
Contributor

@bumi bumi commented on 435f922 Aug 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this change?

@rolznz
Copy link
Contributor Author

@rolznz rolznz commented on 435f922 Aug 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.