diff --git a/package-lock.json b/package-lock.json index d6946a4..3a78a07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "peertube-plugin-hardware-transcode-vaapi", - "version": "0.1.0", + "version": "0.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "peertube-plugin-hardware-transcode-vaapi", - "version": "0.1.0", + "version": "0.2.3", "license": "MIT", "devDependencies": { "@peertube/peertube-types": "^5.1.0", diff --git a/package.json b/package.json index bce1a4f..5384bb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peertube-plugin-hardware-transcode-vaapi", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "description": "Plugin that adds transcode profiles which use vaapi for hardware acceleration", "engine": { @@ -14,12 +14,16 @@ "author": "gdsn", "bugs": "https://github.com/TheoLeCalvar/peertube-plugin-hardware-transcode-vaapi", "library": "./dist/main.js", + "files": [ + "/dist" + ], "staticDirs": {}, "css": [], "clientScripts": [], "translations": {}, "scripts": { "clean": "rm -rf dist/*", + "prepare": "npm run build", "build": "npx tsc --build src/tsconfig.json" }, "devDependencies": {