firebase: Add version 9.20.0 (#2764)

This commit is contained in:
Ben Soyka 2021-10-21 01:27:26 -06:00 committed by GitHub
parent 7798980149
commit a535de0e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
bucket/firebase.json Normal file
View File

@ -0,0 +1,13 @@
{
"version": "9.20.0",
"description": "Firebase command line tools",
"homepage": "https://github.com/firebase/firebase-tools",
"license": "MIT",
"url": "https://github.com/firebase/firebase-tools/releases/download/v9.20.0/firebase-tools-win.exe#/firebase.exe",
"hash": "2ebbffc9415ad048c9a5cce0ad5bf3be4d2abc93d8095bca117c36723cafcabd",
"bin": "firebase.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/firebase/firebase-tools/releases/download/v$version/firebase-tools-win.exe#/firebase.exe"
}
}