From 22fe176569f4f12f309e476c6c8cead1cdf11165 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 1e9b5a1..9ac0347 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "ntv", "version": "1.2.1", + "license": "MIT", "private": true, "main": "expo-router/entry", "scripts": {