We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 670bcd4 + a2e0ca0 commit 9da08cbCopy full SHA for 9da08cb
configure.sh
@@ -17,8 +17,7 @@ if [ -n "$1" ]; then
17
fi
18
19
if [ -f "/usr/local/nvm/nvm.sh" ]; then
20
- . /usr/local/nvm/nvm.sh
21
- nvm use 18
+ . /usr/local/nvm/nvm.sh
22
23
24
if [ -z "$CLIENT_NAME" ];
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@wickr-sample-integrations/wickrio-hello-world-bot",
3
- "version": "6.48.3",
+ "version": "6.48.4",
4
"description": "Wickr's own Hello World Bot",
5
"main": "hello_world_bot.js",
6
"dependencies": {
0 commit comments