Skip to content

Commit c88dea6

Browse files
kikarleibale
andauthored
Augment subpackages npm info (#2478)
* augment subpackages npm info * some more keywords --------- Co-authored-by: Leibale Eidelman <me@leibale.com>
1 parent 9f2e27d commit c88dea6

File tree

6 files changed

+69
-6
lines changed

6 files changed

+69
-6
lines changed

Diff for: packages/bloom/package.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,17 @@
2525
"ts-node": "^10.9.1",
2626
"typedoc": "^0.23.25",
2727
"typescript": "^4.9.5"
28-
}
28+
},
29+
"repository": {
30+
"type": "git",
31+
"url": "git://github.com/redis/node-redis.git"
32+
},
33+
"bugs": {
34+
"url": "https://github.com/redis/node-redis/issues"
35+
},
36+
"homepage": "https://github.com/redis/node-redis/tree/master/packages/bloom",
37+
"keywords": [
38+
"redis",
39+
"RedisBloom"
40+
]
2941
}

Diff for: packages/client/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@
4545
"bugs": {
4646
"url": "https://github.com/redis/node-redis/issues"
4747
},
48-
"homepage": "https://github.com/redis/node-redis/tree/master/packages/client"
48+
"homepage": "https://github.com/redis/node-redis/tree/master/packages/client",
49+
"keywords": [
50+
"redis"
51+
]
4952
}

Diff for: packages/graph/package.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,17 @@
2525
"ts-node": "^10.9.1",
2626
"typedoc": "^0.23.25",
2727
"typescript": "^4.9.5"
28-
}
28+
},
29+
"repository": {
30+
"type": "git",
31+
"url": "git://github.com/redis/node-redis.git"
32+
},
33+
"bugs": {
34+
"url": "https://github.com/redis/node-redis/issues"
35+
},
36+
"homepage": "https://github.com/redis/node-redis/tree/master/packages/graph",
37+
"keywords": [
38+
"redis",
39+
"RedisGraph"
40+
]
2941
}

Diff for: packages/json/package.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,17 @@
2525
"ts-node": "^10.9.1",
2626
"typedoc": "^0.23.25",
2727
"typescript": "^4.9.5"
28-
}
28+
},
29+
"repository": {
30+
"type": "git",
31+
"url": "git://github.com/redis/node-redis.git"
32+
},
33+
"bugs": {
34+
"url": "https://github.com/redis/node-redis/issues"
35+
},
36+
"homepage": "https://github.com/redis/node-redis/tree/master/packages/json",
37+
"keywords": [
38+
"redis",
39+
"RedisJSON"
40+
]
2941
}

Diff for: packages/search/package.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,17 @@
2525
"ts-node": "^10.9.1",
2626
"typedoc": "^0.23.25",
2727
"typescript": "^4.9.5"
28-
}
28+
},
29+
"repository": {
30+
"type": "git",
31+
"url": "git://github.com/redis/node-redis.git"
32+
},
33+
"bugs": {
34+
"url": "https://github.com/redis/node-redis/issues"
35+
},
36+
"homepage": "https://github.com/redis/node-redis/tree/master/packages/search",
37+
"keywords": [
38+
"redis",
39+
"RediSearch"
40+
]
2941
}

Diff for: packages/time-series/package.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,17 @@
2525
"ts-node": "^10.9.1",
2626
"typedoc": "^0.23.25",
2727
"typescript": "^4.9.5"
28-
}
28+
},
29+
"repository": {
30+
"type": "git",
31+
"url": "git://github.com/redis/node-redis.git"
32+
},
33+
"bugs": {
34+
"url": "https://github.com/redis/node-redis/issues"
35+
},
36+
"homepage": "https://github.com/redis/node-redis/tree/master/packages/time-series",
37+
"keywords": [
38+
"redis",
39+
"RedisTimeSeries"
40+
]
2941
}

0 commit comments

Comments
 (0)