From a143e697967f2fa4cfb1b59b29056821ed67a117 Mon Sep 17 00:00:00 2001 From: mincomk Date: Sat, 7 Jun 2025 13:32:39 +0900 Subject: [PATCH] fix: version --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 7919f86..77fd69b 100644 --- a/package.json +++ b/package.json @@ -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" },