@playkit-js/extended-audio-description 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,7 +48,7 @@ npm run dev
48
48
  # 4. generate/update docs
49
49
  ```
50
50
 
51
- The dev server will host files on port 800x. Once started, the demo can be found running at http://localhost:800x/.
51
+ The dev server will host files on port 800x. Once started, the demo can be found running at http://localhost:800x/
52
52
 
53
53
  Before submitting a PR, please see our [contribution guidelines](CONTRIBUTING.md).
54
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playkit-js/extended-audio-description",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "",
5
5
  "main": "dist/playkit-extended-audio-description.js",
6
6
  "types": "types/index.d.ts",