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

ESM conversion #155

Merged
merged 15 commits into from
Sep 14, 2024
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dist/build: ${SOURCE_FILES}
./node_modules/.bin/tsc
touch dist/build

browser/oauth2-client.min.js: ${SOURCE_FILES}
browser/oauth2-client.min.js: ${SOURCE_FILES} webpack.config.js
mkdir -p browser
./node_modules/.bin/webpack

Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Changelog
* Dropped support for Node 14 and 16.
* Migrated the test suite from Mocha and Chai to node:test and node:assert
(@Zen-cronic).
* Full conversion to ESM.


2.4.2 (2024-09-14)
------------------
Expand Down
Loading