mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-11 13:30:01 -04:00
bump version
This commit is contained in:
parent
7648eecd7a
commit
718d22a97d
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
"main": "libcurl.mjs",
|
||||
"exports": {
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#publish libcurl.js as an npm package
|
||||
|
||||
./build.sh all
|
||||
tests/run.sh
|
||||
|
||||
cp package.json out
|
||||
cp ../README.md out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue