Skip to content

Commit 27a1ec4

Browse files
committed
fix: update auth information and change reviewer in dependabot pr
1 parent e20394e commit 27a1ec4

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/dependabot.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ updates:
88
time: '00:00'
99
open-pull-requests-limit: 10
1010
reviewers:
11-
- chantouch
11+
- chantouchsek
1212
assignees:
13-
- chantouch
13+
- chantouchsek
1414
commit-message:
1515
prefix: fix
1616
prefix-development: chore
@@ -23,9 +23,9 @@ updates:
2323
time: '00:00'
2424
open-pull-requests-limit: 10
2525
reviewers:
26-
- chantouch
26+
- chantouchsek
2727
assignees:
28-
- chantouch
28+
- chantouchsek
2929
commit-message:
3030
prefix: fix
3131
prefix-development: chore

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
"vue-clipboard2",
2222
"nuxt-clipboard"
2323
],
24-
"author": "Touch",
24+
"author": {
25+
"email": "chantouchsek.cs83@gmail.com",
26+
"name": "Chantouch Sek",
27+
"url": "https://chantouch.me"
28+
},
2529
"license": "ISC",
2630
"bugs": {
2731
"url": "https://github.com/chantouchsek/nuxt-clipboard/issues"

0 commit comments

Comments
 (0)