From dc72397afb50484f2dda8a755ef9dff356e50a63 Mon Sep 17 00:00:00 2001 From: Alessio Bianchini Date: Tue, 7 Jan 2025 09:00:19 +0100 Subject: [PATCH] Added repo links to package json --- TunnelizeClient/package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TunnelizeClient/package.json b/TunnelizeClient/package.json index f709db8..ad1526c 100644 --- a/TunnelizeClient/package.json +++ b/TunnelizeClient/package.json @@ -1,9 +1,15 @@ { "name": "tunnelize", - "version": "1.0.1", + "version": "1.0.0", "description": "A tool to create a WebSocket tunnel for forwarding HTTP requests to a local server", "main": "bin/tunnelize.js", "readme": "README.md", + "homepage": "https://github.com/alessiobianchini/Tunnelize", + "bugs": "https://github.com/alessiobianchini/Tunnelize/issues", + "repository": { + "type": "git", + "url": "git+https://github.com/alessiobianchini/Tunnelize" + }, "bin": { "tunnelize": "./bin/tunnelize.js" },