From 73361607ba998a9d96876edb3fc43e1fa720814e Mon Sep 17 00:00:00 2001 From: Lorenz Junglas Date: Sun, 27 Dec 2020 11:40:54 +0100 Subject: [PATCH] Add homepage and bugs to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 017169255..464daf98f 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "0.36.1", "description": "A generic TypeScript to Lua transpiler. Write your code in TypeScript and publish Lua!", "repository": "https://github.com/TypeScriptToLua/TypeScriptToLua", + "homepage": "https://typescripttolua.github.io/", + "bugs": { + "url": "https://github.com/TypeScriptToLua/TypeScriptToLua/issues" + }, "license": "MIT", "keywords": [ "typescript",