Skip to content

Commit

Permalink
Clean up prettier ignore and remove bower config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Walch committed Feb 14, 2021
1 parent 425558d commit 1fce2cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
9 changes: 5 additions & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/dist
/api-docs
package-lock.json
/coverage
libs/
/api-extractor/report*
/coverage
/demo/libs
/dist
/lib
package-lock.json
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ For a complete list of issues see ["Top priorities" in the Release Planning and
- `#EXT-X-DATERANGE` in "metadata" TextTracks [#2218](https://github.com/video-dev/hls.js/issues/2218)
- `#EXT-X-GAP` filling [#2940](https://github.com/video-dev/hls.js/issues/2940)
- `SAMPLE-AES` with fmp4, aac, mp3, vtt... segments (MPEG-2 TS only)
- Advance variant selection based on runtime media capabilities (See issues labeled [`media-capabilities`](https://github.com/video-dev/hls.js/labels/media-capabilities))
- Advanced variant selection based on runtime media capabilities (See issues labeled [`media-capabilities`](https://github.com/video-dev/hls.js/labels/media-capabilities))
- MP3 elementary stream audio in IE and Edge (<=18) on Windows 10 (See [#1641](https://github.com/video-dev/hls.js/issues/1641) and [Microsoft answers forum](https://answers.microsoft.com/en-us/ie/forum/all/ie11-on-windows-10-cannot-play-hls-with-mp3/2da994b5-8dec-4ae9-9201-7d138ede49d9))

### Server-side-rendering (SSR) and `require` from a Node.js runtime

Expand Down
10 changes: 0 additions & 10 deletions bower.json

This file was deleted.

0 comments on commit 1fce2cf

Please sign in to comment.