Files
web/apps/scandic-web/netlify-plugin-branch-sync/package.json
Michael Zetterberg 5ff86fca32 feat: local netlify plugin to sync branches
A custom local Netlify plugin that handles syncing a source branch to multiple
destination branches.
2025-06-26 07:24:25 +00:00

12 lines
239 B
JSON

{
"name": "netlify-plugin-branch-sync",
"version": "1.0.0",
"type": "module",
"description": "Sync branches",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT"
}