From cad20a39691d971f948d467e24149d3f8b7f47fc Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Mon, 18 May 2020 01:41:06 +0400 Subject: [PATCH] removed dependencies section when not needed. --- Bron-Dijkstra-Strings.json | 6 +----- Internet.json | 6 +----- armscii.json | 6 +----- postgres.json | 13 ++++++++++++- time.json | 6 +----- vpicl.json | 6 +----- 6 files changed, 17 insertions(+), 26 deletions(-) diff --git a/Bron-Dijkstra-Strings.json b/Bron-Dijkstra-Strings.json index 25bd17f..3ee4619 100644 --- a/Bron-Dijkstra-Strings.json +++ b/Bron-Dijkstra-Strings.json @@ -8,9 +8,5 @@ "type": "git", "path": "https://github.com/norayr/Bron-Dijkstra-Strings", "tag" : "0.1", - }, - "Dependencies": - { - - } + } } diff --git a/Internet.json b/Internet.json index 6f7a6ba..2bb05b1 100644 --- a/Internet.json +++ b/Internet.json @@ -8,9 +8,5 @@ "type": "git", "path": "https://github.com/norayr/Internet", "tag" : "0.1", - }, - "Dependencies": - { - - } + } } diff --git a/armscii.json b/armscii.json index f0daeb5..b6d92e8 100644 --- a/armscii.json +++ b/armscii.json @@ -8,9 +8,5 @@ "type": "git", "path": "https://github.com/norayr/armscii", "tag" : "0.1", - }, - "Dependencies": - { - - } + } } diff --git a/postgres.json b/postgres.json index a541636..6a6b311 100644 --- a/postgres.json +++ b/postgres.json @@ -1 +1,12 @@ -{"path" : "https://github.com/norayr/postgres"} +{ + "Package": "postgres", + "Author": "nc", + "License": "GPL-3", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/norayr/postgres", + "tag" : "0.1", + } +} diff --git a/time.json b/time.json index 626ccb0..4681544 100644 --- a/time.json +++ b/time.json @@ -8,9 +8,5 @@ "type": "git", "path": "https://github.com/norayr/time", "tag" : "0.1", - }, - "Dependencies": - { - - } + } } diff --git a/vpicl.json b/vpicl.json index de993c0..f88a186 100644 --- a/vpicl.json +++ b/vpicl.json @@ -8,9 +8,5 @@ "type": "git", "path": "https://github.com/norayr/vpicl", "tag" : "0.1", - }, - "Dependencies": - { - - } + } }