We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc040ac commit 55e0adcCopy full SHA for 55e0adc
package.json
@@ -2,8 +2,8 @@
2
"name": "@excaliburjs/plugin-ldtk",
3
"version": "0.30.1",
4
"description": "Plugin to support LDtk generated tile maps in Excalibur",
5
- "main": ".build/umd/excalibur-ldtk.min.js",
6
- "typings": ".build/umd/src/index.d.ts",
+ "main": "./build/umd/excalibur-ldtk.min.js",
+ "typings": "./build/umd/src/index.d.ts",
7
"exports": {
8
"./package.json": "./package.json",
9
".": {
0 commit comments