mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 10:15:41 -04:00
build(package.json): update files property
This commit is contained in:
@@ -100,10 +100,20 @@
|
|||||||
"node": ">=20"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"root",
|
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
"root.js",
|
||||||
"index.js",
|
"index.js",
|
||||||
"manifest.json"
|
"manifest.json",
|
||||||
|
"classes/CLib.js",
|
||||||
|
"classes/Log.js",
|
||||||
|
"classes/Semaphore.js",
|
||||||
|
"classes/Storage.js",
|
||||||
|
"classes/Tuner.js",
|
||||||
|
"www/index.html",
|
||||||
|
"www/hdhomerun.html",
|
||||||
|
"www/favicon.ico",
|
||||||
|
"www/css/tvapp2.min.css",
|
||||||
|
"www/js/tvapp2.min.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user