From 2d92223e167319189639ac3e121f67417cc36e30 Mon Sep 17 00:00:00 2001 From: Even Stensberg Date: Wed, 16 Aug 2023 23:10:24 +0200 Subject: [PATCH] fix(package.json): add author (#6941) Co-authored-by: John Hill --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eebeb4abf6..18950dc7b0 100644 --- a/package.json +++ b/package.json @@ -126,6 +126,6 @@ "ios_saf >= 16", "Safari >= 16" ], - "author": "", + "author": "National Aeronautics and Space Administration", "license": "Apache-2.0" }