mirror of https://github.com/zulip/zulip.git
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:
parent
986706c7e5
commit
591856713e
|
@ -3,6 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"private": true,
|
||||
"main": "",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.5.5",
|
||||
|
|
Loading…
Reference in New Issue