Skip to content

Commit

Permalink
fix package.json exports order
Browse files Browse the repository at this point in the history
  • Loading branch information
jjspace committed Aug 23, 2024
1 parent da27fe1 commit 17e144d
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 @@ -38,9 +38,9 @@
"./Build/*": "./Build/*",
"./Build/*.js": null,
".": {
"types": "./Source/Cesium.d.ts",
"require": "./index.cjs",
"import": "./Source/Cesium.js",
"types": "./Source/Cesium.d.ts"
"import": "./Source/Cesium.js"
}
},
"type": "module",
Expand Down

0 comments on commit 17e144d

Please sign in to comment.