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"