Skip to content

Commit e33f8f8

Browse files
committed
proj: bump
1 parent 4989cb7 commit e33f8f8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "better-github",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": "ChouChiu",
66
"license": "GPL-3.0-only",
77
"description": "A userscript to enhance GitHub's user experience.",

vite.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ export default defineConfig({
99
monkey({
1010
entry: "src/main.ts",
1111
userscript: {
12+
name: "Better Github",
13+
description: "一个提升 GitHub 浏览体验的用户脚本",
1214
icon: "https://vitejs.dev/logo.svg",
1315
namespace: "npm/vite-plugin-monkey",
1416
match: ["https://github.com/*"],

0 commit comments

Comments
 (0)