We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 553c597 + 70474a3 commit 6802d8cCopy full SHA for 6802d8c
package.json
@@ -4,7 +4,8 @@
4
"description": "Phaser3 plugin for grid based movement on a 2D game board.",
5
"author": "Johannes Baum",
6
"license": "Apache-2.0",
7
- "main": "dist/GridEngine.esm.min.js",
+ "main": "dist/GridEngine.min.cjs",
8
+ "module": "dist/GridEngine.esm.min.js",
9
"type": "module",
10
"scripts": {
11
"test": "jest",
@@ -37,7 +38,7 @@
37
38
"files": [
39
"dist"
40
],
- "types": "dist/src/GridEngine.d.ts",
41
+ "types": "dist/mjs/src/main-esm.d.ts",
42
"dependencies": {
43
"mnemonist": "^0.39.5",
44
"rxjs": "^7.8.1",
0 commit comments