Skip to content

Commit

Permalink
Merge pull request #155 from badgateway/esm
Browse files Browse the repository at this point in the history
ESM conversion
  • Loading branch information
evert authored Sep 14, 2024
2 parents cddb71f + cd9594b commit 6f4c713
Show file tree
Hide file tree
Showing 19 changed files with 49 additions and 446 deletions.
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

0 comments on commit 6f4c713

Please sign in to comment.