Skip to content

Commit f2efffa

Browse files
committed
update Contributors & Icon
1 parent 242c631 commit f2efffa

File tree

3 files changed

+8
-20
lines changed

3 files changed

+8
-20
lines changed

icon.png

1.96 KB
Loading

package.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,9 @@
22
"name": "acode-wakatime",
33
"version": "1.1.0",
44
"type": "module",
5-
"private": false,
6-
"description": "A plugin for Acode to interact with the Wakatime API, enabling time tracking for coding activities.",
75
"main": "src/main.js",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/Overskul/acode-wakatime.git"
11-
},
126
"author": "Overskul",
137
"license": "MIT",
14-
"contributors": [
15-
{
16-
"name": "Sebastian Jn",
17-
"email": "sebastianjnuwu@gmail.com",
18-
"url": "https://github.com/sebastianjnuwu"
19-
}
20-
],
218
"scripts": {
229
"zip": "node .acode/zip.js",
2310
"build": "webpack",
@@ -38,9 +25,5 @@
3825
"jszip": "^3.10.1",
3926
"webpack": "^5.76.0",
4027
"webpack-cli": "^6.0.0"
41-
},
42-
"bugs": {
43-
"url": "https://github.com/Overskul/acode-wakatime/issues"
44-
},
45-
"homepage": "https://github.com/Overskul/acode-wakatime#readme"
28+
}
4629
}

plugin.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@
1515
"contributors": [
1616
{
1717
"name": "Sebastian Jn",
18-
"email": "sebastianjnuwu@gmail.com",
19-
"url": "https://github.com/sebastianjnuwu"
18+
"role": "contributor",
19+
"github": "sebastianjnuwu"
20+
},
21+
{
22+
"name": "dconco",
23+
"role": "contributor",
24+
"github": "dconco"
2025
}
2126
]
2227
}

0 commit comments

Comments
 (0)