mirror of
https://github.com/seigler/HLS-over-IPFS-video-player
synced 2025-07-27 01:36:14 +00:00
feat: improve readme & help text, add gh pages
This commit is contained in:
parent
7787cddc20
commit
38d372a603
4 changed files with 133 additions and 27 deletions
|
@ -10,7 +10,8 @@
|
|||
"build": "parcel build index.html --no-scope-hoist --public-url ./",
|
||||
"serve": "parcel serve index.html --open -p 8888",
|
||||
"start": "npm run serve",
|
||||
"test": "npm run build && playwright test tests --browser=firefox --retries=3"
|
||||
"test": "npm run build && playwright test tests --browser=firefox --retries=3",
|
||||
"deploy": "git-directory-deploy --directory dist/"
|
||||
},
|
||||
"browserslist": "last 1 Chrome version",
|
||||
"dependencies": {
|
||||
|
@ -21,6 +22,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.14.8",
|
||||
"@playwright/test": "^1.12.3",
|
||||
"git-directory-deploy": "^1.5.1",
|
||||
"parcel": "latest",
|
||||
"playwright": "^1.12.3",
|
||||
"rimraf": "^3.0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue