@git-stats-components/vue 1.0.3 → 1.0.4

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,9 @@
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
+ ![Git Stats Components](./../../screenshot-contribution-graph-black.png)
9
+ ![Git Stats Components](./../../screenshot-stats-breakdown-black.png)
10
+
8
11
  ## Installation
9
12
 
10
13
  ```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.4",
4
4
  "description": "Beautiful GitHub/GitLab/Bitbucket contribution graphs for Vue 3",
5
5
  "author": "Derek Johnston",
6
6
  "license": "MIT",