Skip to content

Commit 2b94f2a

Browse files
author
João Dias
committed
docs: replaced mention to UMD with CommonJS
1 parent c7f0537 commit 2b94f2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Each function and hook is [tested](https://github.com/feedzai/js-utilities/tree/
2929

3030
It also comes with comprehensive documentation, making it a breeze to navigate and utilize its features effectively.
3131

32-
The package is available in both UMD and ES Modules formats so, whether you're working in a traditional environment or embracing the latest ES Modules, we have you covered.
32+
The package is available in both CommonJS and ES Modules formats so, whether you're working in a traditional environment or embracing the latest ES Modules, we have you covered.
3333

3434
For JavaScript and TypeScript developers seeking a lightweight but robust toolkit that balances simplicity with utility, `@feedzai/js-utilities` might jus be the answer!
3535

@@ -90,7 +90,7 @@ This is a collection of functions, utilities and react hooks. You'll find all av
9090
The bundle is available as:
9191

9292
- ES Modules
93-
- UMD (Universal Module Definition)
93+
- Common JS
9494

9595
To import a piece of code into your javascript project just do:
9696

docs/docs/intro.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Each function and hook is [tested](https://github.com/feedzai/js-utilities/tree/
1414

1515
It also comes with comprehensive documentation, making it a breeze to navigate and utilize its features effectively.
1616

17-
The package is available in both UMD and ES Modules formats so, whether you're working in a traditional environment or embracing the latest ES Modules, we have you covered.
17+
The package is available in both CommonJS and ES Modules formats so, whether you're working in a traditional environment or embracing the latest ES Modules, we have you covered.
1818

1919
For JavaScript and TypeScript developers seeking a lightweight but robust toolkit that balances simplicity with utility, `@feedzai/js-utilities` might jus be the answer!
2020

@@ -41,7 +41,7 @@ This is a collection of functions, utilities and react hooks. You'll find all av
4141
The bundle is available as:
4242

4343
- ES Modules
44-
- UMD (Universal Module Definition)
44+
- CommonJS
4545

4646
To import a piece of code into your javascript project just do:
4747

0 commit comments

Comments
 (0)