From e1026aeb69bac5480223d1df527698af0cda302e Mon Sep 17 00:00:00 2001 From: ari melody Date: Sat, 1 Feb 2025 14:47:56 +0000 Subject: [PATCH] update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fa82b18..5c680cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openterminal", - "version": "1.0.0", + "version": "1.1.0", "description": "", "main": "./server/main.js", "scripts": { @@ -9,14 +9,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/mellodoot/openterminal.git" + "url": "git+https://github.com/arimelody/openterminal.git" }, "author": "ari melody", "license": "ISC", "bugs": { - "url": "https://github.com/mellodoot/openterminal/issues" + "url": "https://github.com/arimelody/openterminal/issues" }, - "homepage": "https://github.com/mellodoot/openterminal#readme", + "homepage": "https://github.com/arimelody/openterminal#readme", "dependencies": { "ws": "^8.17.1" }