Skip to content

Commit

Permalink
Fix types export
Browse files Browse the repository at this point in the history
  • Loading branch information
vasturiano committed Apr 15, 2023
1 parent 399f65e commit 437865f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"module": "dist/three-globe.mjs",
"types": "dist/three-globe.d.ts",
"exports": {
"types": "dist/three-globe.d.ts",
"types": "./dist/three-globe.d.ts",
"umd": "./dist/three-globe.min.js",
"default": "./dist/three-globe.mjs"
},
Expand Down

0 comments on commit 437865f

Please sign in to comment.