We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfb93c commit f0ec02dCopy full SHA for f0ec02d
manifest.json
@@ -7,7 +7,7 @@
7
"discordID": "396990201790201857",
8
"github": "lisekilis"
9
},
10
- "version": "0.0.0",
+ "version": "1.0.0",
11
"updater": {
12
"type": "store",
13
"id": "dev.lisekilis.RepluggedOsu"
@@ -16,5 +16,7 @@
16
"type": "replugged-plugin",
17
"renderer": "src/index.ts",
18
"source": "https://github.com/lisekilis/Replugged-Osu",
19
- "image": ["https://i.imgur.com/tbJmZCx.png"]
+ "image": [
20
+ "https://i.imgur.com/tbJmZCx.png"
21
+ ]
22
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Replugged-Osu",
3
4
"description": "A plugin that allows you to get osu information",
5
"engines": {
6
"node": ">=20.0.0",
0 commit comments