Skip to content

Commit

Permalink
reordered export types (#6362)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed May 14, 2024
1 parent 4afdded commit 4075e5b
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 @@ -22,9 +22,9 @@
"types": "build/playcanvas.d.ts",
"exports": {
".": {
"require": "./build/playcanvas.js",
"types": "./build/playcanvas.d.ts",
"import": "./build/playcanvas/src/index.js",
"types": "./build/playcanvas.d.ts"
"require": "./build/playcanvas.js"
},
"./build/*": "./build/*"
},
Expand Down

0 comments on commit 4075e5b

Please sign in to comment.