From: Yamagishi Kazutoshi Date: Tue, 30 May 2017 14:11:45 +0000 (+0900) Subject: Add "private: true" to package.json (#3441) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=4c7fe48c402043d04435799ab1f10c67430ef34e;p=mastodon.git Add "private: true" to package.json (#3441) --- diff --git a/package.json b/package.json index 9b1303b2a..8bdf6f21b 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "type": "git", "url": "https://github.com/tootsuite/mastodon.git" }, + "private": true, "dependencies": { "array-includes": "^3.0.3", "autoprefixer": "^7.1.0",