Skip to content

Commit

Permalink
chore: add authors field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Jan 14, 2025
1 parent 09d1e00 commit b22fb1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions create-tnf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"typescript": "^5.6.3",
"yargs-parser": "^21.1.1"
},
"authors": [
"chencheng <[email protected]> (https://github.com/sorrycc)"
],
"engines": {
"node": ">=18.13"
}
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
"node": ">=18.13",
"pnpm": "^8.0.0"
},
"authors": [
"chencheng <[email protected]> (https://github.com/sorrycc)"
],
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit b22fb1b

Please sign in to comment.