Browse Source

docs: add dash to package.json description (#267)

pull/302/head
Matthew Neil 7 years ago
committed by Joe Forbes
parent
commit
3296c68098
  1. 2
      package.json

2
package.json

@ -1,7 +1,7 @@
{
"name": "@videojs/http-streaming",
"version": "1.5.0",
"description": "Play back HLS with video.js, even where it's not natively supported",
"description": "Play back HLS and DASH with Video.js, even where it's not natively supported",
"main": "dist/videojs-http-streaming.cjs.js",
"module": "dist/videojs-http-streaming.es.js",
"repository": {

Loading…
Cancel
Save