diff --git a/package.json b/package.json index ffe6a0a..686f2be 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,13 @@ { "name": "@kevisual/video-tools", - "version": "0.0.2", + "version": "0.0.3", "description": "", "main": "index.js", "basename": "/root/video-tools", "app": { "key": "video-tools", "entry": "dist/app.mjs", - "type": "system-app", - "files": [ - "dist" - ] + "type": "system-app" }, "scripts": { "watch": "rollup -c rollup.config.mjs -w",