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": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/tgpethan/mc-beta-server.git" "url": "git+https://github.com/tgpholly/mc-beta-server.git"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "dependencies": {
"chalk": "^4.1.0", "chalk": "^4.1.0",
"net": "^1.0.2" "net": "^1.0.2"