Skip to content

Commit 1fc070c

Browse files
committed
Fix package.json correct git url
1 parent f8e6ed8 commit 1fc070c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"typescript",
88
"tstl"
99
],
10-
"repository": "https://github.com/ark120202/lua-types",
10+
"repository": "https://github.com/TypeScriptToLua/lua-types",
1111
"license": "MIT",
12-
"author": "ark120202",
12+
"author": "TypeScriptToLua",
1313
"files": [
1414
"**/*.d.ts"
1515
],

0 commit comments

Comments
 (0)