Skip to content

Commit

Permalink
Revert "🆙 update functions version"
Browse files Browse the repository at this point in the history
This reverts commit deaeea5.
  • Loading branch information
tgel0 committed Oct 20, 2024
1 parent deaeea5 commit 554643a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,3 @@ node_modules/

# other
.DS_Store
functions/.DS_Store
.DS_Store
1 change: 0 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"functions": [
{
"source": "functions",
"runtime": "nodejs18",
"codebase": "default",
"ignore": [
"node_modules",
Expand Down
3 changes: 1 addition & 2 deletions functions/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules/
.DS_Store
functions/.DS_Store
.DS_Store
20 changes: 11 additions & 9 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"main": "index.js",
"dependencies": {
"firebase-admin": "^12.0.0",
"firebase-functions": "^6.0.1",
"firebase-functions": "^4.6.0",
"googleapis": "^84.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 554643a

Please sign in to comment.