update package.json urls

This commit is contained in:
Holly Stubbs 2023-04-09 04:59:23 +01:00
parent e5ba93ce9c
commit 36d294a810
Signed by: tgpholly
GPG Key ID: B8583C4B7D18119E
2 changed files with 6 additions and 4 deletions

4
.gitignore vendored
View File

@ -1 +1,3 @@
node_modules/
node_modules/
build/
bundle/

View File

@ -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"