From 35e206a57e0ac773613d359783eb4dabec6fc95a Mon Sep 17 00:00:00 2001 From: Bas van den Aakster Date: Sun, 2 Nov 2025 14:34:51 +0100 Subject: [PATCH] Rename package scope to @xtr-dev and update references. Updated the package name and scope in `package.json`, README, and source files for both server and client. This ensures consistency and aligns with the new namespace. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5deae46..97ba0a9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "rondevu", + "name": "@xtr-dev/rondevu-server", "version": "1.0.0", "description": "Open signaling and tracking server for peer discovery in distributed P2P applications", "main": "dist/index.js",