From 187e24939b6d69d9bd98178e52dfe59e393c7334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 30 Dec 2019 14:24:50 +0100 Subject: [PATCH] bat: Remove suggest to ccat (#691) --- bucket/bat.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bucket/bat.json b/bucket/bat.json index a4682aa6be..58e409a683 100644 --- a/bucket/bat.json +++ b/bucket/bat.json @@ -3,6 +3,9 @@ "description": "A cat(1) clone with syntax highlighting and Git integration", "license": "Apache-2.0", "version": "0.12.1", + "suggest": { + "less": "less" + }, "architecture": { "64bit": { "url": "https://github.com/sharkdp/bat/releases/download/v0.12.1/bat-v0.12.1-x86_64-pc-windows-msvc.zip", @@ -10,10 +13,6 @@ } }, "bin": "bat.exe", - "suggest": { - "less": "less", - "ccat": "ccat" - }, "checkver": "github", "autoupdate": { "architecture": {