Update bat manifest

This commit is contained in:
Marcin Kłopotek 2019-01-24 17:01:32 +01:00
parent dd5a348ba6
commit ab27b0e832

View File

@ -1,7 +1,7 @@
{ {
"homepage": "https://github.com/sharkdp/bat", "homepage": "https://github.com/sharkdp/bat",
"description": "A cat(1) clone with syntax highlighting and Git integration", "description": "A cat(1) clone with syntax highlighting and Git integration",
"license": "MIT", "license": "Apache-2.0",
"version": "0.9.0", "version": "0.9.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
@ -11,9 +11,8 @@
}, },
"bin": "bat.exe", "bin": "bat.exe",
"suggest": { "suggest": {
"less": [ "less": "less",
"less" "ccat": "ccat"
]
}, },
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {