We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4989cb7 commit e33f8f8Copy full SHA for e33f8f8
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "better-github",
3
"private": true,
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"author": "ChouChiu",
6
"license": "GPL-3.0-only",
7
"description": "A userscript to enhance GitHub's user experience.",
vite.config.ts
@@ -9,6 +9,8 @@ export default defineConfig({
9
monkey({
10
entry: "src/main.ts",
11
userscript: {
12
+ name: "Better Github",
13
+ description: "一个提升 GitHub 浏览体验的用户脚本",
14
icon: "https://vitejs.dev/logo.svg",
15
namespace: "npm/vite-plugin-monkey",
16
match: ["https://github.com/*"],
0 commit comments