fix(ns-paystack): added release object to package.json

This commit is contained in:
Brian Pooe 2023-06-04 12:47:59 +02:00
commit 97b4956206

View file

@ -9,5 +9,10 @@
}, },
"publishConfig": { "publishConfig": {
"registry": "https://npm.pkg.github.com" "registry": "https://npm.pkg.github.com"
},
"release": {
"branches": [
"main"
]
} }
} }