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

Migrate npm-scripts.js to npm-scripts.mjs (ES Module) #1093

Merged
merged 3 commits into from May 29, 2023

Conversation

ibc
Copy link
Member

@ibc ibc commented May 29, 2023

Avoid CommonJS gradually and use ES Module (import/export). This change is also needed to be able to use node-fetch version 3 (instead of using unmaintained version 2 forever).

ibc added 2 commits May 29, 2023 12:58
Avoid CommonJS gradually and use ES Module (import/export). This change is also needed ot be able to use `node-fetch` version 3.
@ibc ibc requested a review from jmillan May 29, 2023 11:02
@ibc ibc merged commit 5ccd4d0 into v3 May 29, 2023
34 checks passed
@ibc ibc deleted the migrate-npm-script-to-es-module branch May 29, 2023 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants