Skip to content

Commit 55e0adc

Browse files
authored
fix .build -> ./build (#9)
1 parent fc040ac commit 55e0adc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@excaliburjs/plugin-ldtk",
33
"version": "0.30.1",
44
"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",
5+
"main": "./build/umd/excalibur-ldtk.min.js",
6+
"typings": "./build/umd/src/index.d.ts",
77
"exports": {
88
"./package.json": "./package.json",
99
".": {

0 commit comments

Comments
 (0)