We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08813b9 + 5744434 commit adefe37Copy full SHA for adefe37
1 file changed
package.json
@@ -12,6 +12,15 @@
12
"types": "./types/phaser.d.ts",
13
"browser": "./dist/phaser.js",
14
"module": "./dist/phaser.esm.js",
15
+ "exports": {
16
+ ".": {
17
+ "types": "./types/phaser.d.ts",
18
+ "import": "./dist/phaser.esm.js",
19
+ "require": "./dist/phaser.js",
20
+ "default": "./dist/phaser.esm.js"
21
+ },
22
+ "./package.json": "./package.json"
23
24
"repository": {
25
"type": "git",
26
"url": "https://phaserjs@github.com/phaserjs/phaser.git"
0 commit comments