mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-12 22:10:01 -04:00
don't set a default websocket url
This commit is contained in:
parent
58a8f2259e
commit
b071019761
8 changed files with 45 additions and 20 deletions
|
@ -1,9 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
#publish libcurl.js as an npm package
|
||||
#run build.sh first
|
||||
|
||||
cp npm/* out
|
||||
./build.sh all
|
||||
|
||||
cp package.json out
|
||||
cp ../README.md out
|
||||
cd out
|
||||
npm publish
|
Loading…
Add table
Add a link
Reference in a new issue