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": { "optionalDependencies": {
"appdmg": "^0.4.3" "appdmg": "^0.4.3"
}, },
"private": true,
"productName": "WebTorrent", "productName": "WebTorrent",
"repository": { "repository": {
"type": "git", "type": "git",