Skip to content

Commit

Permalink
refact(firebase): remove dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjing2222 committed Mar 9, 2025
1 parent 6870681 commit 373860c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hot-updater/src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const PACKAGE_MAP = {
},
firebase: {
dependencies: [],
devDependencies: ["firebase-tools", "@google-cloud/functions-framework"],
devDependencies: ["firebase-tools"],
},
} as const;

Expand Down

0 comments on commit 373860c

Please sign in to comment.