package.json: Add {"private": true}

To prevent accidental publishing to npm.
This commit is contained in:
Feross Aboukhadijeh
2016-10-10 22:41:17 -07:00
parent 8be690a26e
commit f818564dd1

View File

@@ -90,6 +90,7 @@
"optionalDependencies": {
"appdmg": "^0.4.3"
},
"private": true,
"productName": "WebTorrent",
"repository": {
"type": "git",