fix: add private to package to prevent publishing

This commit is contained in:
Christian Andolf
2025-06-12 11:19:17 +02:00
parent 920b8124de
commit 7cd46bbdd6

View File

@@ -1,5 +1,6 @@
{ {
"name": "@scandic-hotels/common", "name": "@scandic-hotels/common",
"private": true,
"version": "1.0.0", "version": "1.0.0",
"main": "index.ts", "main": "index.ts",
"type": "module", "type": "module",