Skip to content

Commit

Permalink
docs(readme): update about webpack -> esbuild
Browse files Browse the repository at this point in the history
Signed-off-by: euberdeveloper <euberdeveloper@gmail.com>
  • Loading branch information
euberdeveloper committed Feb 10, 2023
1 parent adc05a9 commit 61c70a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The documentation for development site is: [byteify dev documentation](https://b

To build the module make sure you have the dev dependencies installed.

The project is written in `Typescript`, bundled with `Webpack`, linted with `ESLint` and tested with `Jest`.
The project is written in `Typescript`, bundled with `esbuild`, linted with `ESLint` and tested with `Jest`.

### Lint

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "byteify",
"version": "4.1.0",
"version": "4.1.1",
"description": "An npm module that serializes or deserializes your native types to an array of bytes.",
"types": "./bundled/index.d.ts",
"main": "./bundled/commonjs/index.js",
Expand Down

0 comments on commit 61c70a2

Please sign in to comment.