Skip to content

Commit

Permalink
fix: invert default and types exports
Browse files Browse the repository at this point in the history
  • Loading branch information
yspychala authored and jcbrand committed Aug 29, 2024
1 parent c28eb9d commit ca86312
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 @@ -46,8 +46,8 @@
"import": "./dist/strophe.esm.js",
"require": "./dist/strophe.common.js"
},
"default": "./src/index.js",
"types": "./src/types/index.d.ts"
"types": "./src/types/index.d.ts",
"default": "./src/index.js"
},
"scripts": {
"types": "tsc",
Expand Down

0 comments on commit ca86312

Please sign in to comment.