bug: quaternion?

This commit is contained in:
2025-06-07 23:02:21 +09:00
parent 6e09946bf1
commit 2ba0ffc78b
2 changed files with 8 additions and 12 deletions

View File

@@ -1,19 +1,18 @@
{
"name": "computercraft-vs",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"types": "types/index.d.ts",
"main": "./dist/main",
"main": "index.js",
"scripts": {
"build": "tstl"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@typescript-to-lua/language-extensions": "^1.19.0",
"computercraft-ts": "latest",
"eslint": "^9.27.0",
"globals": "^16.2.0",
"luamin": "^1.0.4",