@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
|
[](https://www.npmjs.com/package/@git-stats-components/vue)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
|
|
8
|
+
## Demo
|
|
9
|
+
|
|
10
|
+
[View Live Demo](https://derekjohnston.ca/demo)
|
|
11
|
+
|
|
12
|
+

|
|
13
|
+

|
|
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
|
+
"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
|
|
Binary file
|
|
Binary file
|