update package.json urls
This commit is contained in:
parent
e5ba93ce9c
commit
36d294a810
2 changed files with 6 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1 +1,3 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
|
build/
|
||||||
|
bundle/
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue