From aa96fc9c9b3769f8b8a220931379d946fbf6a189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Le=20Calvar?= Date: Thu, 3 Jun 2021 19:37:03 +0200 Subject: [PATCH] 0.1.0 --- package-lock.json | 11 +++++++++++ package.json | 11 +++++------ 2 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 package-lock.json diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..def79d7 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,11 @@ +{ + "name": "peertube-plugin-hardware-transcode-vaapi", + "version": "0.1.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "version": "0.1.0" + } + } +} diff --git a/package.json b/package.json index f1e0ca7..5a4975b 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "peertube-plugin-hardware-transcode-vaapi", - "version": "0.0.5", + "version": "0.1.0", "license": "MIT", "description": "Plugin that adds transcode profiles which use vaapi for hardware acceleration", "engine": { - "peertube": ">=3.2.0" + "peertube": ">=3.2.0" }, "keywords": [ - "peertube", - "plugin" + "peertube", + "plugin" ], "homepage": "https://git.kher.nl/tlc/peertube-plugin-hardware-transcode-vaapi", "author": "gdsn", @@ -18,5 +18,4 @@ "css": [], "clientScripts": [], "translations": {} - } - +}