fix sed expression again

This commit is contained in:
ading2210 2024-02-26 23:13:55 -05:00
parent b0314bf8cb
commit cc4009a4af
2 changed files with 2 additions and 2 deletions

View file

@ -91,4 +91,4 @@ python3 tools/patch_js.py $FRAGMENTS_DIR $OUT_FILE
#generate es6 module
cp $OUT_FILE $ES6_FILE
sed -i 's/const libcurl/export const libcurl/' $ES6_FILE
sed -i 's/const libcurl = /export const libcurl = /' $ES6_FILE

View file

@ -1,6 +1,6 @@
{
"name": "libcurl.js",
"version": "0.3.5",
"version": "0.3.6",
"description": "An experimental port of libcurl to WebAssembly for use in the browser.",
"main": "libcurl.mjs",
"scripts": {