From e7dfd5e8c9e6eb737a34f246e52262347275e28c Mon Sep 17 00:00:00 2001 From: RootK1d Date: Mon, 26 Feb 2024 07:51:58 +0100 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 91e6396..19ae72a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "wow-calendar.js", + "name": "@Roo7K1d/wow-calendar.js", "version": "2.3.0", "description": "An npm package to get the currently active and upcoming in-game events of World of Warcraft.", "main": "index.js", @@ -33,6 +33,6 @@ "moment": "^2.30.1" }, "publishConfig": { - "@roo7k1d:registry": "https://npm.pkg.github.com" + "registry": "https://npm.pkg.github.com" } }