mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-09 16:36:31 +00:00
fixed install-app-deps error
This commit is contained in:
@@ -1,10 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "Zulip-Desktop",
|
"name": "Zulip-Desktop",
|
||||||
"productName": "Zulip",
|
"productName": "Zulip",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"description": "Zulip Desktop App",
|
"description": "Zulip Desktop App",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author":"Zulip Inc",
|
"email":"<svnitakash@gmail.com>",
|
||||||
|
"author": {
|
||||||
|
"name": "Akash Nimare",
|
||||||
|
"email": "svnitakash@gmail.com"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/zulip/zulip-electron.git"
|
"url": "https://github.com/zulip/zulip-electron.git"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"productName": "Zulip",
|
"productName": "Zulip",
|
||||||
"version": "0.5.1",
|
"version": "0.5.1",
|
||||||
"description": "Zulip Desktop App",
|
"description": "Zulip Desktop App",
|
||||||
"license": "Apache V2.0",
|
"license": "MIT",
|
||||||
"email":"<svnitakash@gmail.com>",
|
"email":"<svnitakash@gmail.com>",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Akash Nimare",
|
"name": "Akash Nimare",
|
||||||
@@ -32,8 +32,6 @@
|
|||||||
"category": "public.app-category.productivity"
|
"category": "public.app-category.productivity"
|
||||||
},
|
},
|
||||||
"linux" : {
|
"linux" : {
|
||||||
"category": "GNOME;GTK;Network;InstantMessaging",
|
|
||||||
"packageCategory": "devel",
|
|
||||||
"synopsis": "Zulip-Desktop App",
|
"synopsis": "Zulip-Desktop App",
|
||||||
"description": "Zulip Desktop Client for Linux",
|
"description": "Zulip Desktop Client for Linux",
|
||||||
"arch" : 64,
|
"arch" : 64,
|
||||||
@@ -73,6 +71,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"assert": "^1.4.1",
|
"assert": "^1.4.1",
|
||||||
"devtron": "^1.1.0",
|
"devtron": "^1.1.0",
|
||||||
|
"electron-builder": "*",
|
||||||
"electron": "1.4.7",
|
"electron": "1.4.7",
|
||||||
"electron-connect": "^0.4.6",
|
"electron-connect": "^0.4.6",
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user