Skip to content

Commit 4c0788b

Browse files
committed
Update readme
1 parent 8ddb46a commit 4c0788b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Rollup Plugin Visualizer
22

3-
[![NPM Version](https://img.shields.io/npm/v/rollup-plugin-visualizer.svg)](https://npmjs.org/package/rollup-plugin-visualizer) [![Node.js CI](https://github.com/btd/rollup-plugin-visualizer/actions/workflows/node.js.yml/badge.svg)](https://github.com/btd/rollup-plugin-visualizer/actions/workflows/node.js.yml)
4-
53
Visualize and analyze your bundle to quickly see which modules are taking up space.
64

5+
[![NPM Version](https://img.shields.io/npm/v/rollup-plugin-visualizer.svg)](https://npmjs.org/package/rollup-plugin-visualizer) [![Node.js CI](https://github.com/btd/rollup-plugin-visualizer/actions/workflows/node.js.yml/badge.svg)](https://github.com/btd/rollup-plugin-visualizer/actions/workflows/node.js.yml)
6+
77
## Screenshots
88

99
![pic](https://github.com/btd/rollup-plugin-visualizer/blob/master/pics/collage.png?raw=true)
@@ -222,5 +222,4 @@ See `CHANGELOG.md`.
222222
- The plugin API (the part used in your build config) follows SemVer.
223223
- Frontend report templates can change visual details (`network`, `treemap`, `sunburst`, `flamegraph`) without strict SemVer guarantees.
224224
- `raw-data` uses its own `version` field.
225-
- `list` output follows SemVer.
226-
- `markdown` output is experimental and does not follow strict versioning. It will evolve with LLM capabilities.
225+
- `list` and `markdown` outputs follow SemVer.

0 commit comments

Comments
 (0)