This commit is contained in:
Théo Le Calvar 2021-06-03 19:37:03 +02:00
parent 6045217047
commit aa96fc9c9b
2 changed files with 16 additions and 6 deletions

11
package-lock.json generated Normal file
View File

@ -0,0 +1,11 @@
{
"name": "peertube-plugin-hardware-transcode-vaapi",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.1.0"
}
}
}

View File

@ -1,6 +1,6 @@
{ {
"name": "peertube-plugin-hardware-transcode-vaapi", "name": "peertube-plugin-hardware-transcode-vaapi",
"version": "0.0.5", "version": "0.1.0",
"license": "MIT", "license": "MIT",
"description": "Plugin that adds transcode profiles which use vaapi for hardware acceleration", "description": "Plugin that adds transcode profiles which use vaapi for hardware acceleration",
"engine": { "engine": {
@ -19,4 +19,3 @@
"clientScripts": [], "clientScripts": [],
"translations": {} "translations": {}
} }