chore(node-vsphere-soap): make pkg public (#6923)

Make package public and run normalize-packages on it to add the `postversion`
script to its `package.json`.
This commit is contained in:
Pierre Donias
2023-06-29 10:45:06 +02:00
committed by GitHub
parent 0d579748d6
commit 5932ada717

View File

@@ -27,9 +27,12 @@
],
"preferGlobal": false,
"license": "MIT",
"private": true,
"private": false,
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@vates/node-vsphere-soap",
"engines": {
"node": ">=8.10"
},
"scripts": {
"postversion": "npm publish --access public"
}
}