Skip to content

Commit e58da3f

Browse files
authored
Add homepage and bugs to package.json (#956)
1 parent 0cb8f5f commit e58da3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.36.1",
44
"description": "A generic TypeScript to Lua transpiler. Write your code in TypeScript and publish Lua!",
55
"repository": "https://github.com/TypeScriptToLua/TypeScriptToLua",
6+
"homepage": "https://typescripttolua.github.io/",
7+
"bugs": {
8+
"url": "https://github.com/TypeScriptToLua/TypeScriptToLua/issues"
9+
},
610
"license": "MIT",
711
"keywords": [
812
"typescript",

0 commit comments

Comments
 (0)