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", "name": "computercraft-vs",
"version": "1.0.1", "version": "1.0.2",
"description": "", "description": "",
"license": "ISC", "license": "ISC",
"author": "", "author": "",
"type": "commonjs", "type": "commonjs",
"types": "types/index.d.ts", "types": "types/index.d.ts",
"main": "./dist/main", "main": "./dist/main",
"files": [
"dist/**/*.lua",
"dist/**/*.d.ts"
],
"scripts": { "scripts": {
"build": "tstl" "build": "tstl"
}, },