From 271773c3b8f47db1e6c7bf7a8544de790bb0b884 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 17 Jan 2025 19:33:23 +0900 Subject: [PATCH] . --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 0b75cfe..f6cfc44 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/PHIDIAS0303" + "url": "git+https://github.com/PHIDIAS0303/ClusterChatSync" }, "keywords": [ "clusterio", @@ -19,15 +19,15 @@ "author": "PHIDIAS ", "license": "MIT", "bugs": { - "url": "https://github.com/PHIDIAS0303/issues" + "url": "https://github.com/PHIDIAS0303/ClusterChatSync/issues" }, - "homepage": "https://github.com/PHIDIAS0303#readme", + "homepage": "https://github.com/PHIDIAS0303/ClusterChatSync#readme", "peerDependencies": { - "@clusterio/lib": "^2.0.0-alpha.14" + "@clusterio/lib": "^2.0.0-alpha.19" }, "devDependencies": { - "@clusterio/lib": "^2.0.0-alpha.14", - "@clusterio/web_ui": "^2.0.0-alpha.14", + "@clusterio/lib": "^2.0.0-alpha.19", + "@clusterio/web_ui": "^2.0.0-alpha.19", "webpack": "^5.88.2", "webpack-cli": "^5.1.4", "webpack-merge": "^5.9.0"