@md-plugins/vite-examples-plugin 0.1.0-beta.10 → 0.1.0-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,6 +16,8 @@ Install the plugin via your preferred package manager:
16
16
  ```bash
17
17
  # with pnpm
18
18
  pnpm add @md-plugins/vite-examples-plugin
19
+ # with bun
20
+ bun add @md-plugins/vite-examples-plugin
19
21
  # with yarn
20
22
  yarn add @md-plugins/vite-examples-plugin
21
23
  # with npm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/vite-examples-plugin",
3
- "version": "0.1.0-beta.10",
3
+ "version": "0.1.0-beta.11",
4
4
  "description": "A Vite plugin for @md-plugins for handling imported examples in markdown files.",
5
5
  "keywords": [
6
6
  "markdown-it",