about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-05-30 23:11:45 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-30 16:11:45 +0200
commit4c7fe48c402043d04435799ab1f10c67430ef34e (patch)
tree79f1d49761a630c75620a682c3279bebb7e62f56 /package.json
parent499cc7b803fe6f9bddf0155b2e80cbb0fba4fb6d (diff)
Add "private: true" to package.json (#3441)
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
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",