From 0e341d8e5ce2d05ffd2e2fb34fb3f1a9ceb4a4a9 Mon Sep 17 00:00:00 2001 From: achhayapathak Date: Sun, 23 Jun 2024 08:22:32 +0530 Subject: [PATCH] v1.3.1 bug-fix: Updated workflow file to fix the infinite run bug --- .github/workflows/publish.yml | 6 ------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d1911eb..19e2b29 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,12 +27,6 @@ jobs: - name: Create a build run: npm link - - name: Run the server - run: tt-host - - - name: Run the client - run: tt-join - - name: Publish to NPM run: npm publish env: diff --git a/package-lock.json b/package-lock.json index a339a77..95a1dc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "termtalk", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "termtalk", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "socket.io": "^4.7.5", diff --git a/package.json b/package.json index 232ff3d..e8010d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "termtalk", - "version": "1.3.0", + "version": "1.3.1", "description": "Npm package to securely chat with your friend through your CLI.", "scripts": { "host": "node ./server/server.js",