Add private: true to the package.json

This commit is contained in:
wolfy1339 2019-04-02 19:50:04 -04:00
parent f141fe0ff3
commit 5bd2ad88c3
No known key found for this signature in database
GPG Key ID: FAE9C95324A3FE57

View File

@ -1,4 +1,5 @@
{
"private": true,
"dependencies": {
"hoist-non-react-statics": "^3.3.0"
}