From fe27789a647f9c27d2a9bde8c1bda3c8baa2bf04 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 15 Mar 2025 10:15:35 -0400 Subject: [PATCH] Add license field to shut up VS --- src/Tgstation.Server.Host.Utils.GitLab.GraphQL/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tgstation.Server.Host.Utils.GitLab.GraphQL/package.json b/src/Tgstation.Server.Host.Utils.GitLab.GraphQL/package.json index ee818403ea..5c9acbbd2f 100644 --- a/src/Tgstation.Server.Host.Utils.GitLab.GraphQL/package.json +++ b/src/Tgstation.Server.Host.Utils.GitLab.GraphQL/package.json @@ -1,4 +1,5 @@ { + "license": "AGPL-3.0-only", "devDependencies": { "apollo": "^2.34.0" },