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

Make @babel/types a regular dependency #852

Merged
merged 1 commit into from Oct 18, 2022
Merged

Conversation

Mrtenz
Copy link
Member

@Mrtenz Mrtenz commented Oct 18, 2022

We use @babel/types for bundle post processing, but currently it's listed as devDependency, meaning it's not installed when installing @metamask/snap-utils. I've moved it to the regular dependencies to fix this issue.

Closes #850.

@Mrtenz Mrtenz requested a review from a team as a code owner October 18, 2022 09:53
@Mrtenz Mrtenz merged commit b434ac3 into main Oct 18, 2022
@Mrtenz Mrtenz deleted the mrtenz/move-babel-types branch October 18, 2022 10:07
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.

Error: @metamask/snap-utils tried to access @babel/types, but it isn't declared in its dependencies
2 participants