From 7fe65dacd6f3b9e5c8610dccc430a0e04668af04 Mon Sep 17 00:00:00 2001 From: murm Date: Sat, 25 Mar 2023 01:21:49 -0400 Subject: [PATCH] update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9081f0c..26fa4ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "esmbot", + "name": "mrmbot", "version": "1.9.0", - "description": "A Discord bot with miscellaneous features", + "description": "A Matrix bot with miscellaneous features", "exports": "./app.js", "bin": "./app.js", "type": "module", @@ -20,11 +20,11 @@ "start-api": "node api/index.js", "start-api:debug": "DEBUG=true node app.js" }, - "author": "Essem ", + "author": "Murm ", "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/esmBot/esmBot.git" + "url": "git+https://gitdab.com/murm/mrmBot-Matrix.git" }, "dependencies": { "dotenv": "^16.0.3",