Ross Smith II 27ed7ea7e4
Update bucket/flow.json
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
2019-08-15 12:16:06 -07:00

17 lines
593 B
JSON

{
"version": "0.105.2",
"description": "A static type checker for JavaScript code.",
"license": "MIT",
"url": "https://github.com/facebook/flow/releases/download/v0.105.2/flow-win64-v0.105.2.zip",
"homepage": "https://flowtype.org/",
"hash": "ebd27b178f6fedda3980b595e41a8499d5fba601258a52d8114131b93a9ff10a",
"bin": "flow.exe",
"extract_dir": "flow",
"checkver": {
"github": "https://github.com/facebook/flow"
},
"autoupdate": {
"url": "https://github.com/facebook/flow/releases/download/v$version/flow-win64-v$version.zip"
}
}