Add "private: true" to package.json (#3441)
parent
499cc7b803
commit
4c7fe48c40
|
@ -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",
|
||||||
|
|
Reference in New Issue