Skip to content

Commit

Permalink
fix(workspace): added keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
yatendra121 committed Sep 29, 2024
1 parent 30a867c commit dd20889
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"files": [
"dist"
],
"keywords": [],
"keywords": [
"response",
"client response handler"
],
"repository": {
"type": "git",
"url": "https://github.com/yatendra121/qnx.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"files": [
"dist"
],
"keywords": [
"crypto",
"jose"
],
"repository": {
"type": "git",
"url": "https://github.com/yatendra121/qnx.git"
Expand Down
4 changes: 4 additions & 0 deletions packages/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"files": [
"dist"
],
"keywords": [
"console log",
"chalk"
],
"repository": {
"type": "git",
"url": "https://github.com/yatendra121/qnx.git"
Expand Down
3 changes: 3 additions & 0 deletions packages/message/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"files": [
"dist"
],
"keywords": [
"response message"
],
"repository": {
"type": "git",
"url": "https://github.com/yatendra121/qnx.git"
Expand Down
3 changes: 2 additions & 1 deletion packages/winston/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"keywords": [
"logger",
"errors response logger",
"error log"
"error log",
"winston"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit dd20889

Please sign in to comment.