From 8732819261245420c77b2052b259de109b62744b Mon Sep 17 00:00:00 2001 From: Keith Paterson Date: Tue, 19 Jan 2021 22:05:54 +0100 Subject: [PATCH] Removed GIT url --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 23edb8e..62242fb 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,6 @@ "author": "portree_kid ", "description": "An software to design Flightgear groundnets", "license": "GPL-3.0", - "repository": { - "type" : "git", - "url" : "https://github.com/Portree-Kid/flightgear-airports.git" - }, "main": "./dist/electron/main.js", "scripts": { "build": "node .electron-vue/build.js && electron-builder",