package.json: Add {"private": true}
To prevent accidental publishing to npm.
This commit is contained in:
parent
8be690a26e
commit
f818564dd1
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@
|
|||
"optionalDependencies": {
|
||||
"appdmg": "^0.4.3"
|
||||
},
|
||||
"private": true,
|
||||
"productName": "WebTorrent",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue