Add "private: true" to package.json (#3441)

This commit is contained in:
Yamagishi Kazutoshi 2017-05-30 23:11:45 +09:00 committed by Eugen Rochko
parent 499cc7b803
commit 4c7fe48c40
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
"type": "git", "type": "git",
"url": "https://github.com/tootsuite/mastodon.git" "url": "https://github.com/tootsuite/mastodon.git"
}, },
"private": true,
"dependencies": { "dependencies": {
"array-includes": "^3.0.3", "array-includes": "^3.0.3",
"autoprefixer": "^7.1.0", "autoprefixer": "^7.1.0",