Skip to content

Commit

Permalink
Update keywords and README
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol committed Oct 12, 2024
1 parent c9e6314 commit d0bdc60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/sonda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Sonda works with the following bundlers:
* Rollup
* esbuild
* webpack
* Rspack

![HTML report generated by Sonda with open modal containing file details and tree map diagram in the background](https://raw.githubusercontent.com/filipsobol/sonda/refs/heads/main/docs/public/details.png)

Expand Down
3 changes: 2 additions & 1 deletion packages/sonda/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sonda",
"version": "0.3.0",
"description": "Universal visualizer and analyzer for JavaScript and CSS bundles. Works with Vite, Rollup, webpack, and esbuild",
"description": "Universal visualizer and analyzer for JavaScript and CSS bundles. Works with Vite, Rollup, webpack, Rspack, and esbuild",
"keywords": [
"bundle analyzer",
"bundle visualizer",
Expand All @@ -11,6 +11,7 @@
"vite",
"rollup",
"webpack",
"rspack",
"esbuild"
],
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion packages/unplugin-sourcemaps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"vite",
"rollup",
"webpack",
"esbuild"
"esbuild",
"unplugin"
],
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit d0bdc60

Please sign in to comment.