From a7e02f234a2a904442aaad98a42f6d485a561903 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 6 Oct 2021 08:26:57 -0700 Subject: [PATCH] Set license to MIT Summary: The entire repo is MIT (unless stated otherwise) but without the flag, yarn is very noisy on every startup. {F668266100} Reviewed By: timur-valiev Differential Revision: D31429016 fbshipit-source-id: 11a963181dc309a251e6c71a9a16ab93d12b7f93 --- website/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 6b7a71339..1dc5241a0 100644 --- a/website/package.json +++ b/website/package.json @@ -32,5 +32,6 @@ "ws": "8.2.0", "trim": "1.0.1", "immer": "^9.0.6" - } + }, + "license": "MIT" }