correct the value of the private
field in package.json (#4870)
This commit is contained in:
parent
052cbb7702
commit
c9c373854c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "zotero",
|
||||
"private": "private",
|
||||
"private": true,
|
||||
"version": "7.0.0",
|
||||
"description": "Zotero",
|
||||
"main": "",
|
||||
|
|
Loading…
Reference in a new issue