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