Skip to content

Commit

Permalink
fix: gacm 当前标记样式
Browse files Browse the repository at this point in the history
  • Loading branch information
kinfuy committed Aug 23, 2024
1 parent fc96892 commit aea8599
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion dist/gacm.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,9 @@ const insertUser = async (name, email, alias = name) => {
var name = "gacm";
var version = "1.2.10";
var description = "git account manage";
var author = "alqmc";
var author = "kinfuy (https://github.com/kinfuy)";
var license = "MIT";
var repository = "https://github.com/kinfuy/vite-plugin-shortcuts";
var keywords = [
"git",
"account",
Expand All @@ -235,6 +236,7 @@ var pkg = {
description: description,
author: author,
license: license,
repository: repository,
keywords: keywords,
bin: bin,
publishConfig: publishConfig,
Expand Down
4 changes: 3 additions & 1 deletion dist/gnrm.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ var fetch__default = /*#__PURE__*/_interopDefaultLegacy(fetch);
var name$1 = "gacm";
var version$1 = "1.2.10";
var description$1 = "git account manage";
var author$1 = "alqmc";
var author$1 = "kinfuy (https://github.com/kinfuy)";
var license$1 = "MIT";
var repository = "https://github.com/kinfuy/vite-plugin-shortcuts";
var keywords = [
"git",
"account",
Expand All @@ -49,6 +50,7 @@ var pkg$1 = {
description: description$1,
author: author$1,
license: license$1,
repository: repository,
keywords: keywords,
bin: bin,
publishConfig: publishConfig,
Expand Down
5 changes: 3 additions & 2 deletions dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"version": "1.2.10",
"private": false,
"description": "git account manage",
"author": "alqmc",
"author": "kinfuy (https://github.com/kinfuy)",
"license": "MIT",
"repository": "https://github.com/kinfuy/vite-plugin-shortcuts",
"keywords": [
"git",
"account",
Expand All @@ -24,4 +25,4 @@
"node-fetch": "2.6.6",
"prompts": "^2.4.2"
}
}
}

0 comments on commit aea8599

Please sign in to comment.