From c9f09a002ab42e012cc65f47bce4008d41c834c6 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 17 Apr 2021 20:39:41 +0200 Subject: [PATCH] Add license to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 778631e00..779007a90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,8 @@ { "name": "ghostfolio", "version": "0.85.0", + "homepage": "https://ghostfol.io", + "license": "AGPL-3.0", "scripts": { "affected": "nx affected", "affected:apps": "nx affected:apps", @@ -42,7 +44,6 @@ "watch:server": "yarn run nx build api --watch", "workspace-generator": "nx workspace-generator" }, - "private": true, "dependencies": { "@angular/animations": "11.2.4", "@angular/cdk": "11.0.4",