bump version

This commit is contained in:
ading2210 2024-12-26 00:25:27 -05:00
parent 7648eecd7a
commit 718d22a97d
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "libcurl.js", "name": "libcurl.js",
"version": "0.6.20", "version": "0.6.21",
"description": "A port of libcurl to WebAssembly, for proxying HTTPS requests from the browser with full TLS encryption", "description": "A port of libcurl to WebAssembly, for proxying HTTPS requests from the browser with full TLS encryption",
"main": "libcurl.mjs", "main": "libcurl.mjs",
"exports": { "exports": {

View file

@ -3,6 +3,7 @@
#publish libcurl.js as an npm package #publish libcurl.js as an npm package
./build.sh all ./build.sh all
tests/run.sh
cp package.json out cp package.json out
cp ../README.md out cp ../README.md out