From 8150720298d18d4283c1771bb6b0df79197148e9 Mon Sep 17 00:00:00 2001 From: Victor Rivas Date: Wed, 2 Oct 2024 13:47:12 -0400 Subject: [PATCH] fix(package.json): Change project to public --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41eebe4..f6f588f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test": "ng test", "semantic-release": "semantic-release --branches main" }, - "private": true, + "private": false, "dependencies": { "@angular/animations": "^16.2.0", "@angular/common": "^16.2.0",