fix(immutable-backups): package should be public

Introduced by ed7046c1a
This commit is contained in:
Julien Fontanet
2024-01-31 17:22:04 +01:00
parent c9897166e0
commit 54836ec576
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{
"private": true,
"private": false,
"name": "@xen-orchestra/immutable-backups",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/immutable-backups",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
@@ -36,6 +36,7 @@
"tap": "^18.6.1"
},
"scripts": {
"postversion": "npm publish --access public",
"test-integration": "tap *.integ.mjs"
}
}