From adefb0a9ccdd5b858b014255324400906024bd11 Mon Sep 17 00:00:00 2001 From: clayton Date: Mon, 4 May 2020 12:41:44 -0700 Subject: [PATCH] Make package private --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 395c20e9497c..7b03e3fe2728 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "private": true, "name": "osu-wiki", "description": "home of the osu! wiki", "repository": "github:ppy/osu-wiki",