@git-stats-components/vue 1.0.3 → 1.0.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
@@ -5,6 +5,13 @@
5
5
  [![npm version](https://img.shields.io/npm/v/@git-stats-components/vue.svg)](https://www.npmjs.com/package/@git-stats-components/vue)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
+ ## Demo
9
+
10
+ [View Live Demo](https://derekjohnston.ca/demo)
11
+
12
+ ![Git Stats Components](./../../screenshot-contribution-graph-black.png)
13
+ ![Git Stats Components](./../../screenshot-stats-breakdown-black.png)
14
+
8
15
  ## Installation
9
16
 
10
17
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@git-stats-components/vue",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Beautiful GitHub/GitLab/Bitbucket contribution graphs for Vue 3",
5
5
  "author": "Derek Johnston",
6
6
  "license": "MIT",
@@ -19,7 +19,8 @@
19
19
  "files": [
20
20
  "dist",
21
21
  "README.md",
22
- "LICENSE"
22
+ "LICENSE",
23
+ "screenshot-*.png"
23
24
  ],
24
25
  "keywords": [
25
26
  "vue",
Binary file