fix: version

This commit is contained in:
2025-06-07 13:32:39 +09:00
parent 74b6110ec4
commit a143e69796

View File

@@ -1,16 +1,12 @@
{
"name": "computercraft-vs",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"types": "types/index.d.ts",
"main": "./dist/main",
"files": [
"dist/**/*.lua",
"dist/**/*.d.ts"
],
"scripts": {
"build": "tstl"
},