Skip to content

Commit

Permalink
✨ feat: add keywords to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aiyoudiao committed Aug 25, 2024
1 parent 816cbe7 commit f61f361
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,34 @@
"vite-plugin-dts": "~3.8.1",
"vitest": "^1.3.1"
},
"keywords": [
"node",
"http",
"status",
"codes",
"descriptions",
"status codes",
"HTTP status",
"HTTP codes",
"HTTP status codes",
"apache",
"HttpStatus",
"client",
"map",
"code",
"constants",
"javascript",
"typescript",
"developer tools",
"web development",
"API",
"error handling",
"API response",
"methods",
"headers",
"data",
"JSON"
],
"config": {
"commitizen": {
"path": "node_modules/cz-git",
Expand Down
1 change: 1 addition & 0 deletions scripts/sync-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const keysToSync = [
'description',
'author',
'license',
'keywords',
'repository',
'bugs',
'homepage',
Expand Down

0 comments on commit f61f361

Please sign in to comment.