From a3f4f0110812e68ab0c8c5d5cd7d6b49793e8acd Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Tue, 1 Sep 2026 09:57:21 -0400 Subject: [PATCH] chore(license): add missing package.json license field Closes the P6-E11-W2-S2-T14 gap for this repo: package.json was missing a "license" field even though the repo's LICENSE file is standard MIT text. Added "license": "MIT" next to "version" to match. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e0815a1..5147d42 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "nsentry", "private": true, "version": "0.1.0", + "license": "MIT", "packageManager": "pnpm@10.30.1", "description": "ɳSentry monorepo workspace root — mobile app + API client", "pnpm": {