features/collection/git-lfs/feature.json

16 lines
336 B
JSON
Raw Normal View History

{
"id": "git-lfs",
"name": "Git Large File Support (LFS)",
"options": {
"version": {
"type": "string",
"enum": ["latest"],
"default": "latest",
"description": "Currently unused."
}
},
"install": {
"app": "",
"file": "install.sh"
}
}