@vatvaghool/create-ipl-dashboard 0.1.3 → 0.1.5

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.
package/README.md CHANGED
@@ -36,15 +36,15 @@ If `--scrape` is provided, the CLI attempts to extract team names from the leagu
36
36
 
37
37
  | Dashboard Overview | Performance Tracker |
38
38
  |:---:|:---:|
39
- | ![](./screenshots/dashboard-overview.png) | ![](./screenshots/performance-tracker.png) |
39
+ | ![](https://files.catbox.moe/2w54sa.png) | ![](https://files.catbox.moe/1u9nf7.png) |
40
40
 
41
41
  | Captain Board | Ledger Table |
42
42
  |:---:|:---:|
43
- | ![](./screenshots/captain-board.png) | ![](./screenshots/ledger-table.png) |
43
+ | ![](https://files.catbox.moe/s36rs5.png) | ![](https://files.catbox.moe/vt5i8w.png) |
44
44
 
45
45
  | Match Scrubber | AI Roasting |
46
46
  |:---:|:---:|
47
- | ![](./screenshots/match-scrubber.png) | ![](./screenshots/ai-roasting.png) |
47
+ | ![](https://files.catbox.moe/7roxd4.png) | ![](https://files.catbox.moe/4v5vbz.png) |
48
48
 
49
49
  ## What you get
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vatvaghool/create-ipl-dashboard",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Scaffold an IPL fantasy cricket dashboard project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -8,7 +8,8 @@
8
8
  },
9
9
  "files": [
10
10
  "src",
11
- "template"
11
+ "template",
12
+ "screenshots"
12
13
  ],
13
14
  "publishConfig": {
14
15
  "access": "public"
Binary file
Binary file
Binary file
Binary file
@@ -34,15 +34,15 @@ Open http://localhost:3000
34
34
 
35
35
  | Dashboard Overview | Performance Tracker |
36
36
  |:---:|:---:|
37
- | ![](./screenshots/dashboard-overview.png) | ![](./screenshots/performance-tracker.png) |
37
+ | ![](https://files.catbox.moe/2w54sa.png) | ![](https://files.catbox.moe/1u9nf7.png) |
38
38
 
39
39
  | Captain Board | Ledger Table |
40
40
  |:---:|:---:|
41
- | ![](./screenshots/captain-board.png) | ![](./screenshots/ledger-table.png) |
41
+ | ![](https://files.catbox.moe/s36rs5.png) | ![](https://files.catbox.moe/vt5i8w.png) |
42
42
 
43
43
  | Match Scrubber | AI Roasting |
44
44
  |:---:|:---:|
45
- | ![](./screenshots/match-scrubber.png) | ![](./screenshots/ai-roasting.png) |
45
+ | ![](https://files.catbox.moe/7roxd4.png) | ![](https://files.catbox.moe/4v5vbz.png) |
46
46
 
47
47
  ---
48
48