Skip to content

Commit

Permalink
Augment subpackages npm info (#2478)
Browse files Browse the repository at this point in the history
* augment subpackages npm info

* some more keywords

---------

Co-authored-by: Leibale Eidelman <me@leibale.com>
  • Loading branch information
kikar and leibale committed Apr 24, 2023
1 parent 9f2e27d commit c88dea6
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 6 deletions.
14 changes: 13 additions & 1 deletion packages/bloom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,17 @@
"ts-node": "^10.9.1",
"typedoc": "^0.23.25",
"typescript": "^4.9.5"
}
},
"repository": {
"type": "git",
"url": "git://github.com/redis/node-redis.git"
},
"bugs": {
"url": "https://github.com/redis/node-redis/issues"
},
"homepage": "https://github.com/redis/node-redis/tree/master/packages/bloom",
"keywords": [
"redis",
"RedisBloom"
]
}
5 changes: 4 additions & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@
"bugs": {
"url": "https://github.com/redis/node-redis/issues"
},
"homepage": "https://github.com/redis/node-redis/tree/master/packages/client"
"homepage": "https://github.com/redis/node-redis/tree/master/packages/client",
"keywords": [
"redis"
]
}
14 changes: 13 additions & 1 deletion packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,17 @@
"ts-node": "^10.9.1",
"typedoc": "^0.23.25",
"typescript": "^4.9.5"
}
},
"repository": {
"type": "git",
"url": "git://github.com/redis/node-redis.git"
},
"bugs": {
"url": "https://github.com/redis/node-redis/issues"
},
"homepage": "https://github.com/redis/node-redis/tree/master/packages/graph",
"keywords": [
"redis",
"RedisGraph"
]
}
14 changes: 13 additions & 1 deletion packages/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,17 @@
"ts-node": "^10.9.1",
"typedoc": "^0.23.25",
"typescript": "^4.9.5"
}
},
"repository": {
"type": "git",
"url": "git://github.com/redis/node-redis.git"
},
"bugs": {
"url": "https://github.com/redis/node-redis/issues"
},
"homepage": "https://github.com/redis/node-redis/tree/master/packages/json",
"keywords": [
"redis",
"RedisJSON"
]
}
14 changes: 13 additions & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,17 @@
"ts-node": "^10.9.1",
"typedoc": "^0.23.25",
"typescript": "^4.9.5"
}
},
"repository": {
"type": "git",
"url": "git://github.com/redis/node-redis.git"
},
"bugs": {
"url": "https://github.com/redis/node-redis/issues"
},
"homepage": "https://github.com/redis/node-redis/tree/master/packages/search",
"keywords": [
"redis",
"RediSearch"
]
}
14 changes: 13 additions & 1 deletion packages/time-series/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,17 @@
"ts-node": "^10.9.1",
"typedoc": "^0.23.25",
"typescript": "^4.9.5"
}
},
"repository": {
"type": "git",
"url": "git://github.com/redis/node-redis.git"
},
"bugs": {
"url": "https://github.com/redis/node-redis/issues"
},
"homepage": "https://github.com/redis/node-redis/tree/master/packages/time-series",
"keywords": [
"redis",
"RedisTimeSeries"
]
}

0 comments on commit c88dea6

Please sign in to comment.