Skip to content

Commit aea8599

Browse files
committed
fix: gacm 当前标记样式
1 parent fc96892 commit aea8599

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

dist/gacm.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,9 @@ const insertUser = async (name, email, alias = name) => {
207207
var name = "gacm";
208208
var version = "1.2.10";
209209
var description = "git account manage";
210-
var author = "alqmc";
210+
var author = "kinfuy (https://github.com/kinfuy)";
211211
var license = "MIT";
212+
var repository = "https://github.com/kinfuy/vite-plugin-shortcuts";
212213
var keywords = [
213214
"git",
214215
"account",
@@ -235,6 +236,7 @@ var pkg = {
235236
description: description,
236237
author: author,
237238
license: license,
239+
repository: repository,
238240
keywords: keywords,
239241
bin: bin,
240242
publishConfig: publishConfig,

dist/gnrm.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ var fetch__default = /*#__PURE__*/_interopDefaultLegacy(fetch);
2121
var name$1 = "gacm";
2222
var version$1 = "1.2.10";
2323
var description$1 = "git account manage";
24-
var author$1 = "alqmc";
24+
var author$1 = "kinfuy (https://github.com/kinfuy)";
2525
var license$1 = "MIT";
26+
var repository = "https://github.com/kinfuy/vite-plugin-shortcuts";
2627
var keywords = [
2728
"git",
2829
"account",
@@ -49,6 +50,7 @@ var pkg$1 = {
4950
description: description$1,
5051
author: author$1,
5152
license: license$1,
53+
repository: repository,
5254
keywords: keywords,
5355
bin: bin,
5456
publishConfig: publishConfig,

dist/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"version": "1.2.10",
44
"private": false,
55
"description": "git account manage",
6-
"author": "alqmc",
6+
"author": "kinfuy (https://github.com/kinfuy)",
77
"license": "MIT",
8+
"repository": "https://github.com/kinfuy/vite-plugin-shortcuts",
89
"keywords": [
910
"git",
1011
"account",
@@ -24,4 +25,4 @@
2425
"node-fetch": "2.6.6",
2526
"prompts": "^2.4.2"
2627
}
27-
}
28+
}

0 commit comments

Comments
 (0)