You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-09-21 15:21:57 +03:00
11 lines
198 B
JSON
11 lines
198 B
JSON
{
|
|
"git": {
|
|
"tagName": "client@${version}",
|
|
"commitMessage": "Release ${tagName}",
|
|
"tagAnnotation": "Release ${tagName}"
|
|
},
|
|
"npm": {
|
|
"publishArgs": ["--access", "public"]
|
|
}
|
|
}
|