From 1dadff570184940ef1c66658e15bfd67afd9d6bf Mon Sep 17 00:00:00 2001 From: wbamberg Date: Mon, 18 Jan 2021 10:44:06 -0800 Subject: [PATCH] Set `author` and `private` in package.json Co-authored-by: Travis Ralston --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 73344f00..fdf39899 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "type": "git", "url": "git+https://github.com/matrix-org/matrix-doc.git" }, - "author": "", + "author": "The Matrix.org Foundation C.I.C.", + "private": true, "license": "Apache-2.0", "bugs": { "url": "https://github.com/matrix-org/matrix-doc"