Skip to content

Commit 92bb90b

Browse files
committed
Updated package name
1 parent e51950d commit 92bb90b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "typescript-to-lua",
2+
"name": "@jackmacwindows/typescript-to-lua",
33
"version": "1.4.2",
4-
"description": "A generic TypeScript to Lua transpiler. Write your code in TypeScript and publish Lua!",
5-
"repository": "https://github.com/TypeScriptToLua/TypeScriptToLua",
4+
"description": "A generic TypeScript to Lua transpiler. Write your code in TypeScript and publish Lua! (With ComputerCraft support)",
5+
"repository": "https://github.com/MCJack123/TypeScriptToLua",
66
"homepage": "https://typescripttolua.github.io/",
77
"bugs": {
88
"url": "https://github.com/TypeScriptToLua/TypeScriptToLua/issues"
@@ -65,7 +65,7 @@
6565
"javascript-stringify": "^2.0.1",
6666
"jest": "^27.3.0",
6767
"jest-circus": "^27.3.0",
68-
"lua-types": "2.10.1",
68+
"@jackmacwindows/lua-types": "2.10.1",
6969
"lua-wasm-bindings": "^0.2.2",
7070
"prettier": "^2.3.2",
7171
"ts-jest": "^27.1.3",

0 commit comments

Comments
 (0)