Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gVguy committed Apr 26, 2024
1 parent 6ecaaad commit f4ed904
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 @@ -18,11 +18,11 @@
],
"license": "MIT",
"main": "build/playcanvas.js",
"module": "build/playcanvas/src/index.js",
"module": "build/playcanvas.mjs",
"types": "build/playcanvas.d.ts",
"exports": {
".": {
"import": "./build/playcanvas/src/index.js",
"import": "./build/playcanvas.mjs",
"require": "./build/playcanvas.js"
},
"./build/*": "./build/*"
Expand Down

0 comments on commit f4ed904

Please sign in to comment.