@vaibhavjha/qrfy 1.0.4 → 1.0.6

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 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,14 +48,7 @@ $ qrfy next dev
48
48
 
49
49
  Scan to open on your phone:
50
50
 
51
- ██████████████████████████████
52
- ██ ▄▄▄▄▄ █▄▄▄ ▀█▄█▄█ ▄▄▄▄▄ █
53
- ██ █ █ ██▄▀ █ ▀ ▄█ █ █ █
54
- ██ █▄▄▄█ ██▀▄ ▄███▀█ █▄▄▄█ █
55
- ██▄▄▄▄▄▄▄█ ▀▄█ ▀▄▀ █▄▄▄▄▄▄▄█
56
- ██▄ █▄▄▀▄██▄▀█▄██ ▀▀▄█▀▀▀▀▄█
57
- ██ ▄█ ▀▄ ▄██▄█▄ █ ▄▄ ▀▀ █
58
- ██████████████████████████████
51
+ [QR CODE]
59
52
 
60
53
  Ensure both devices are on the same WiFi
61
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaibhavjha/qrfy",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Scan your dev server instantly - QR code for local dev URLs",
5
5
  "author": "Vaibhav Jha (https://github.com/vaibhavjha-dev)",
6
6
  "repository": {