Skip to content

Commit 06b57b3

Browse files
committed
chore: export was
1 parent 12c044e commit 06b57b3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

wasm/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"module": "./mms.js",
1515
"main": "./mms.js",
1616
"exports": {
17-
".": "./mms.js"
17+
".": "./mms.js",
18+
"./dist/main.wasm": "./dist/main.wasm"
1819
},
1920
"types": "./mms.d.ts",
2021
"repository": "https://github.com/MinecraftMetascript/mms"

0 commit comments

Comments
 (0)