mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-04 05:53:21 +00:00 
			
		
		
		
	Updated repo url to zulip-electron
For now we don't need to include author and linux package info.
This commit is contained in:
		
							
								
								
									
										17
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								package.json
									
									
									
									
									
								
							@@ -6,15 +6,10 @@
 | 
				
			|||||||
  "license": "MIT",
 | 
					  "license": "MIT",
 | 
				
			||||||
  "repository": {
 | 
					  "repository": {
 | 
				
			||||||
    "type": "git",
 | 
					    "type": "git",
 | 
				
			||||||
    "url": "https://github.com/akashnimare/zulip-desktop.git"
 | 
					    "url": "https://github.com/zulip/zulip-electron.git"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "bugs": {
 | 
					  "bugs": {
 | 
				
			||||||
    "url": "https://github.com/akashnimare/zulip-desktop/issues"
 | 
					    "url": "https://github.com/zulip/zulip-electron/issues"
 | 
				
			||||||
  },
 | 
					 | 
				
			||||||
  "author": {
 | 
					 | 
				
			||||||
    "name": "Akash Nimare",
 | 
					 | 
				
			||||||
    "email": "svnitakash@gmail.com",
 | 
					 | 
				
			||||||
    "url": "http://akashnimare.in"
 | 
					 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "main": "app/index.js",
 | 
					  "main": "app/index.js",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
@@ -22,15 +17,9 @@
 | 
				
			|||||||
    "start": "electron .",
 | 
					    "start": "electron .",
 | 
				
			||||||
    "build": "electron-packager . --out=dist --app-version=$npm_package_version --prune --asar --overwrite --all"
 | 
					    "build": "electron-packager . --out=dist --app-version=$npm_package_version --prune --asar --overwrite --all"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "linuxPackageInfo": {
 | 
					 | 
				
			||||||
    "categories": "Chat;GTK;InstantMessaging;GNOME",
 | 
					 | 
				
			||||||
    "genericName": "Zulip Desktop Client for Linux",
 | 
					 | 
				
			||||||
    "section": "misc"
 | 
					 | 
				
			||||||
  },
 | 
					 | 
				
			||||||
  "keywords": [
 | 
					  "keywords": [
 | 
				
			||||||
    "Zulip",
 | 
					    "Zulip",
 | 
				
			||||||
    "Group Chat app",
 | 
					    "Group Chat app",
 | 
				
			||||||
    "Dropbox",
 | 
					 | 
				
			||||||
    "electron-app",
 | 
					    "electron-app",
 | 
				
			||||||
    "electron"
 | 
					    "electron"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
@@ -39,9 +28,9 @@
 | 
				
			|||||||
    "electron-dl": "^0.2.0"
 | 
					    "electron-dl": "^0.2.0"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "devtron": "^1.1.0",
 | 
					 | 
				
			||||||
    "electron-packager": "^7.0.0",
 | 
					    "electron-packager": "^7.0.0",
 | 
				
			||||||
    "electron-prebuilt": "^1.2.2",
 | 
					    "electron-prebuilt": "^1.2.2",
 | 
				
			||||||
 | 
					    "devtron": "^1.1.0",
 | 
				
			||||||
    "xo": "*"
 | 
					    "xo": "*"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "xo": {
 | 
					  "xo": {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user