mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 14:30:02 -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",
|
"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": {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue