Skip to content

Commit b22fb1b

Browse files
committed
chore: add authors field to package.json
1 parent 09d1e00 commit b22fb1b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

create-tnf/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"typescript": "^5.6.3",
3030
"yargs-parser": "^21.1.1"
3131
},
32+
"authors": [
33+
"chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
34+
],
3235
"engines": {
3336
"node": ">=18.13"
3437
}

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@
138138
"node": ">=18.13",
139139
"pnpm": "^8.0.0"
140140
},
141+
"authors": [
142+
"chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
143+
],
141144
"publishConfig": {
142145
"access": "public"
143146
},

0 commit comments

Comments
 (0)