bat: Remove suggest to ccat (#691)

This commit is contained in:
Jakub Čábera 2019-12-30 14:24:50 +01:00 committed by Chawye Hsu
parent 3c2143ce87
commit 187e24939b

View File

@ -3,6 +3,9 @@
"description": "A cat(1) clone with syntax highlighting and Git integration", "description": "A cat(1) clone with syntax highlighting and Git integration",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "0.12.1", "version": "0.12.1",
"suggest": {
"less": "less"
},
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/sharkdp/bat/releases/download/v0.12.1/bat-v0.12.1-x86_64-pc-windows-msvc.zip", "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", "bin": "bat.exe",
"suggest": {
"less": "less",
"ccat": "ccat"
},
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {