From 36d294a810a95f591dc5fac2797adaff0eb83b0f Mon Sep 17 00:00:00 2001 From: Holly Date: Sun, 9 Apr 2023 04:59:23 +0100 Subject: [PATCH] update package.json urls --- .gitignore | 4 +++- package.json | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 40b878d..692a327 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -node_modules/ \ No newline at end of file +node_modules/ +build/ +bundle/ \ No newline at end of file diff --git a/package.json b/package.json index 81278c5..9f03987 100644 --- a/package.json +++ b/package.json @@ -11,15 +11,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/tgpethan/mc-beta-server.git" + "url": "git+https://github.com/tgpholly/mc-beta-server.git" }, "keywords": [], "author": "", "license": "MIT", "bugs": { - "url": "https://github.com/tgpethan/mc-beta-server/issues" + "url": "https://github.com/tgpholly/mc-beta-server/issues" }, - "homepage": "https://github.com/tgpethan/mc-beta-server#readme", + "homepage": "https://github.com/tgpholly/mc-beta-server#readme", "dependencies": { "chalk": "^4.1.0", "net": "^1.0.2"