mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 22:40:01 -04:00
update wisp client and server
This commit is contained in:
parent
a6f190fcda
commit
0d7369c77a
6 changed files with 12 additions and 3 deletions
|
@ -78,6 +78,9 @@ rm $MODULE_FILE
|
|||
#add version number and copyright notice
|
||||
VERSION=$(cat package.json | jq -r '.version')
|
||||
sed -i "s/__library_version__/$VERSION/" $OUT_FILE
|
||||
WISP_VERSION=$(cat $WISP_CLIENT/package.json | jq -r '.version')
|
||||
sed -i "s/__wisp_version__/$WISP_VERSION/" $OUT_FILE
|
||||
|
||||
|
||||
#add extra libraries
|
||||
sed -i "/__extra_libraries__/r $JAVSCRIPT_DIR/copyright.js" $OUT_FILE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue