From 3452a3712f8986985c60d3405220ad84cba394df Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 15 Mar 2026 09:54:21 +0000 Subject: [PATCH] fix(package): mark package as publishable by disabling private mode --- changelog.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index edfabf7..717408d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-03-15 - 1.1.1 - fix(package) +mark package as publishable by disabling private mode + +- Change package.json private from true to false to allow publishing or external consumption of the package. + ## 2026-03-15 - 1.1.0 - feat(package) add project metadata, release configuration, and README documentation diff --git a/package.json b/package.json index 56f96e4..54c1de8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@maintainable.xyz/house-spec", "version": "1.1.0", - "private": true, + "private": false, "description": "Open specification for building maximally maintainable, healthy homes — H13 HEPA air system, Lindner Doppelboden, Plafotherm ceiling, Baufritz timber-frame", "type": "module", "scripts": {