package.json: Set "private": true to prevent NPM publication.

https://docs.npmjs.com/files/package.json#private

Although our “package” is named zulip, it is not
https://www.npmjs.com/package/zulip and should not be published there.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2020-02-08 20:42:26 -08:00 committed by Tim Abbott
parent 986706c7e5
commit 591856713e
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"version": "0.0.0", "version": "0.0.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"description": "", "description": "",
"private": true,
"main": "", "main": "",
"dependencies": { "dependencies": {
"@babel/core": "^7.5.5", "@babel/core": "^7.5.5",