mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 07:25:41 -04:00
build(package.json): update files property
This commit is contained in:
@@ -100,10 +100,20 @@
|
||||
"node": ">=20"
|
||||
},
|
||||
"files": [
|
||||
"root",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"root.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