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