Skip to content

Commit

Permalink
allow old firebase-functions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Berlioz committed Dec 17, 2024
1 parent 319bc33 commit dd88b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"firebase-admin": "^12.0.0",
"firebase-functions": "^6.0.1",
"firebase-functions": "^4.9.0",
"firebase-tools": "^8.9.2",
"mocha": "^6.2.2",
"prettier": "^1.19.1",
Expand All @@ -58,7 +58,7 @@
},
"peerDependencies": {
"firebase-admin": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
"firebase-functions": ">=6.0.1",
"firebase-functions": ">=4.9.0",
"jest": ">=28.0.0"
},
"engines": {
Expand Down

0 comments on commit dd88b82

Please sign in to comment.