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" },