Skip to content

Commit 2b4ec03

Browse files
committed
Fix "main" property in package.json
1 parent 4bffa15 commit 2b4ec03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tiled-to-godot-export",
33
"version": "1.8.0",
44
"description": "Tiled plugins for exporting Tilemaps and Tilesets in Godot 3.x format",
5-
"main": "export_to_godot_tilemap.js",
5+
"main": "export_to_godot_tilemap.mjs",
66
"repository": {
77
"type": "git",
88
"url": "[email protected]:mapeditor/tiled-to-godot-export.git"

0 commit comments

Comments
 (0)