waitroom 0.0.2 → 0.0.3

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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  Transform dead loading time into engaging micro-interactions.
4
4
 
5
- Demo:
6
-
7
- <video src="https://hypeliv-assets.s3.ap-south-1.amazonaws.com/waitroom_demo.mp4" width="100%" controls autoplay loop></video>
5
+ <a href="https://hypeliv-assets.s3.ap-south-1.amazonaws.com/waitroom_demo.mp4">
6
+ Demo Video
7
+ </a>
8
8
 
9
9
  ## Installation
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waitroom",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Transform dead loading time into engaging micro-interactions",
5
5
  "license": "MIT",
6
6
  "type": "module",