fix missing files in npm package
This commit is contained in:
parent
26c270c23f
commit
b4d75a7173
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user