yet-another-github-card 1.0.8 → 1.0.9

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -79,7 +79,7 @@ Include the YAGC in your HTML, copy and paste the following code replacing data-
79
79
 
80
80
  ```html
81
81
  <github-card data-style="defaultTheme" data-user="carlesloriente" data-user-stars="true" data-user-stats='[{"name": "commits"}, {"name": "contributions">
82
- <script type="module" src="https://unpkg.com/yet-another-github-card@1.0.7/yagc.min.js"></script>
82
+ <script type="module" src="https://unpkg.com/yet-another-github-card@1.0.9/yagc.min.js"></script>
83
83
  ```
84
84
 
85
85
  ## Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yet-another-github-card",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Yet another github card profile for use it on your social-networks, blogs or portfolio.",
5
5
  "main": "dist/yagc.js",
6
6
  "type": "module",