Skip to content

Commit

Permalink
Export wasm files
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhirn committed Nov 19, 2024
1 parent d6934bb commit 4f5395b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"node": "./web-ifc-api-node.js",
"import": "./web-ifc-api.js",
"browser": "./web-ifc-api.js"
}
},
"./web-ifc.wasm": "./web-ifc.wasm",
"./web-ifc-mt.wasm": "./web-ifc-mt.wasm",
"./web-ifc-node.wasm": "./web-ifc-node.wasm"
},
"pckg-gui": {},
"scripts": {
Expand Down

0 comments on commit 4f5395b

Please sign in to comment.