Skip to content

Commit

Permalink
Move macros types to xray16 package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neloreck committed Sep 16, 2023
1 parent bf0aa9e commit 38a4014
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 46 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"help": "ts-node -P ./cli/tsconfig.json cli/run.ts -h"
},
"dependencies": {
"xray16": "1.0.9"
"xray16": "1.0.10"
},
"devDependencies": {
"@jest/globals": "^29.6.4",
Expand Down Expand Up @@ -53,7 +53,7 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2",
"typescript-to-lua": "^1.19.1"
"typescript-to-lua": "^1.19.2"
},
"bin": {
"xrf": "./cli/run.ts"
Expand Down
30 changes: 0 additions & 30 deletions src/engine/lib/global.d.ts

This file was deleted.

0 comments on commit 38a4014

Please sign in to comment.