Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix angular adapter dependencies #143

Merged
merged 10 commits into from
Feb 20, 2024
Merged

Fix angular adapter dependencies #143

merged 10 commits into from
Feb 20, 2024

Conversation

Yuangwang
Copy link
Collaborator

@Yuangwang Yuangwang commented Feb 15, 2024

Fixes dependency issues when running the published adapter.

@@ -41,7 +41,9 @@
"dependencies": {
"fs-extra": "^11.1.1",
"yaml": "^2.3.4",
"tslib": "^2.3.1"
"tslib": "^2.3.1",
"firebase-functions": "^4.3.1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's fffunctions used for? Otherwise Lgtm

@Yuangwang Yuangwang merged commit c7c4afd into main Feb 20, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants