yet-another-github-card 1.0.2 → 1.0.3

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 +4 -4
  2. package/package.json +21 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Yet Another Github Card - Show your developer skills in social networks
2
2
 
3
- [![YAGC logo](./images/docs/yagc-showroom.png)](https://yagc.nocc.dev)
3
+ [![YAGC logo](https://raw.githubusercontent.com/carlesloriente/yet-another-github-card/refs/heads/main/src/images/docs/yagc-showroom.png)](https://yagc.nocc.dev)
4
4
 
5
5
  [![yagc package](https://img.shields.io/npm/v/yet-another-github-card?logo=npm&logoColor=fff)](https://www.npm.im/yet-another-github-card)
6
6
  [![NPM Downloads](https://img.shields.io/npm/dm/yet-another-github-card)](https://www.npm.im/yet-another-github-card)
@@ -128,15 +128,15 @@ At the moment, three prebuilt themes are available. Feel free to design unique c
128
128
 
129
129
  #### 1. DefaultTheme
130
130
 
131
- ![YAGC defaultTheme](./images/docs/yagc-themes-style_default.png)
131
+ ![YAGC defaultTheme](https://raw.githubusercontent.com/carlesloriente/yet-another-github-card/refs/heads/main/src/images/docs/yagc-themes-style_default.png)
132
132
 
133
133
  #### 2. Cloud
134
134
 
135
- ![YAGC cloud](./images/docs/yagc-themes-style_cloud.png)
135
+ ![YAGC cloud](https://raw.githubusercontent.com/carlesloriente/yet-another-github-card/refs/heads/main/src/images/docs/yagc-themes-style_cloud.png)
136
136
 
137
137
  #### 3. Polygon
138
138
 
139
- ![YAGC polygon](./images/docs/yagc-themes-style_polygon.png)
139
+ ![YAGC polygon](https://raw.githubusercontent.com/carlesloriente/yet-another-github-card/refs/heads/main/src/images/docs/yagc-themes-style_polygon.png)
140
140
 
141
141
  ### Local Demo card
142
142
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yet-another-github-card",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
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",
@@ -8,6 +8,26 @@
8
8
  "files": [
9
9
  "**/*"
10
10
  ],
11
+ "homepage": "https://yagc.nocc.dev/",
12
+ "author": "Carles Loriente (https://www.notesoncloudcomputing.com/)",
13
+ "license": "MIT",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/carlesloriente/yet-another-github-card.git"
17
+ },
18
+ "bugs": {
19
+ "url": "https://github.com/carlesloriente/yet-another-github-card/issues"
20
+ },
21
+ "funding": [
22
+ {
23
+ "type": "GitHub",
24
+ "url": "https://github.com/sponsors/carlesloriente"
25
+ },
26
+ {
27
+ "type": "ko-fi",
28
+ "url": "https://ko-fi.com/carlesloriente"
29
+ }
30
+ ],
11
31
  "scripts": {
12
32
  "lint": "eslint .",
13
33
  "build": "rollup -c",
@@ -26,8 +46,6 @@
26
46
  "html5",
27
47
  "developer"
28
48
  ],
29
- "author": "Carles Loriente",
30
- "license": "MIT",
31
49
  "devDependencies": {
32
50
  "@babel/core": "^7.24.5",
33
51
  "@babel/preset-env": "^7.24.5",