@yosefsolutions/feathers-redis-cache
Version:
Redis cache for feathers service
18 lines (17 loc) • 460 B
JSON
{
"verifyConditions": ["@semantic-release/changelog", "@semantic-release/github"],
"prepare": [
{
"path": "@semantic-release/changelog",
"changelogFile": "CHANGELOG.md"
},
{
"path": "@semantic-release/npm",
"npmPublish": false
},
"@semantic-release/git"
],
"publish": ["@semantic-release/github"],
"repositoryUrl": "https://github.com/sarkistlt/feathers-redis-cache.git",
"noCi": true
}