mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-06-14 01:34:54 +08:00
* Update function deploys to default to node 12 * Update src/deploy/functions/checkRuntimeDependencies.ts Co-authored-by: Michael Bleigh <bleigh@google.com> * Linter * Dont ensure CloudBuild if deploying node 8 * adds jsdoc * Add Changelog entry Co-authored-by: Michael Bleigh <bleigh@google.com>
12 lines
194 B
JSON
12 lines
194 B
JSON
{
|
|
"name": "functions",
|
|
"description": "Firebase Functions",
|
|
"dependencies": {
|
|
"firebase-admin": "~8.6.0",
|
|
"firebase-functions": "^3.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "12"
|
|
}
|
|
}
|