mediaspace 1.3.6 → 1.4.0

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,4 +19,6 @@ import Mediaspace from 'mediaspace'
19
19
  const M = new Mediaspace(<element>, {apiKey: <api_key>})
20
20
  ```
21
21
 
22
- Check out the video below on how to go about this;
22
+ Checkout the video tutorial below to see how to use this package; </br>
23
+
24
+ [![YouTube Thumbnail](https://img.youtube.com/vi/kldVLwh6w-U/hqdefault.jpg)](https://www.youtube.com/watch?v=kldVLwh6w-U)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediaspace",
3
- "version": "1.3.6",
3
+ "version": "1.4.0",
4
4
  "description": "Display media on your website",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",