feat: Add netlify-plugin-sync to partner-sas * Add netlify-plugin-sync to partner-sas Approved-by: Joakim Jäderberg
12 lines
239 B
JSON
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"
|
|
}
|