Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Dec 11, 2024
1 parent 6662c17 commit a0de44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ We accept contributions for commonly used modern file formats, not historical or
```sh
npm install file-type
```
**This package is an ESM package. Your project needs to be ESM too. [Read more](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
For TypeScript + CommonJS, see [`load-esm`](https://github.com/Borewit/load-esm)**

**This package is an ESM package. Your project needs to be ESM too. [Read more](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). For TypeScript + CommonJS, see [`load-esm`](https://github.com/Borewit/load-esm).**

If you use it with Webpack, you need the latest Webpack version and ensure you configure it correctly for ESM.

Expand Down

0 comments on commit a0de44f

Please sign in to comment.