Skip to content

Commit 3a9da69

Browse files
authored
Merge pull request #8 from KTibow/patch-1
allow importing libcurl.wasm
2 parents fcfefe1 + 9bc4406 commit 3a9da69

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

client/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "libcurl.mjs",
66
"exports": {
77
".": "./libcurl.mjs",
8-
"./bundled": "./libcurl_full.mjs"
8+
"./bundled": "./libcurl_full.mjs",
9+
"./libcurl.wasm": "./libcurl.wasm"
910
},
1011
"repository": {
1112
"type": "git",

0 commit comments

Comments
 (0)