Skip to content

Commit 01c8d1f

Browse files
committed
Update docs
1 parent 204149c commit 01c8d1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Checkout the example of `CustomAuth` in our [examples directory.](https://github
3030

3131
This module is distributed in 3 formats
3232

33-
- `esm` build `dist/customauth.esm.js` in es6 format
34-
- `commonjs` build `dist/customauth.cjs.js` in es5 format
33+
- `esm` build `dist/lib.esm/index.js` in es6 format
34+
- `commonjs` build `dist/lib.cjs/index.js` in es5 format
3535
- `umd` build `dist/customauth.umd.min.js` in es5 format without polyfilling corejs minified
3636

3737
By default, the appropriate format is used for your specified usecase
@@ -247,6 +247,6 @@ For other verifiers,
247247
## Requirements
248248

249249
- This package requires a peer dependency of `@babel/runtime`
250-
- Node 18+
250+
- Node 20+
251251

252252
> Note: If you are using the `redirectToOpener` option, you _must_ update your redirect.html to [allow whitelisted URIs](serviceworker/redirect.html#L222)

0 commit comments

Comments
 (0)