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

Remove unused assert dependency #14

Merged
merged 2 commits into from
May 11, 2021
Merged

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Feb 12, 2021

assert is a Node.js built-in module, so that will take priority over the assert dependency whenever it is imported. browserify and other bundlers will inject this package whenever it seems assert imported, but they will use their own versions, not the one specified here. In practice, this is entirely unused.

`assert` is a Node.js built-in module, so that will take priority over
the `assert` dependency whenever it is imported. `browserify` and other
bundlers will inject this package whenever it seems `assert` imported,
but they will use their own versions, not the one specified here. In
practice, this is entirely unused.
@Gudahtt Gudahtt requested a review from a team as a code owner May 11, 2021 13:51
@Gudahtt Gudahtt merged commit ea26d88 into master May 11, 2021
@Gudahtt Gudahtt deleted the remove-unused-asset-dependency branch May 11, 2021 14:19
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