Browse Source

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

pull/5/head
Yamagishi Kazutoshi 9 years ago committed by Eugen Rochko
parent
commit
4c7fe48c40
  1. 1
      package.json

1
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",

Loading…
Cancel
Save