@md-plugins/vite-examples-plugin 0.1.0-alpha.24 → 0.1.0-alpha.26

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 +5 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,14 +14,12 @@ A Vite plugin that facilitates handling Vue example files in both development an
14
14
  Install the plugin via your preferred package manager:
15
15
 
16
16
  ```bash
17
- # npm
18
- npm install @md-plugins/vite-examples-plugin
19
-
20
- # yarn
21
- yarn add @md-plugins/vite-examples-plugin
22
-
23
- # pnpm
17
+ # with pnpm
24
18
  pnpm add @md-plugins/vite-examples-plugin
19
+ # with yarn
20
+ yarn add @md-plugins/vite-examples-plugin
21
+ # with npm
22
+ npm install @md-plugins/vite-examples-plugin
25
23
  ```
26
24
 
27
25
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/vite-examples-plugin",
3
- "version": "0.1.0-alpha.24",
3
+ "version": "0.1.0-alpha.26",
4
4
  "description": "A Vite plugin for @md-plugins for handling imported examples in markdown files.",
5
5
  "keywords": [
6
6
  "markdown-it",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "tinyglobby": "^0.2.10",
42
- "vite": "^6.0.11"
42
+ "vite": "^6.1.0"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "unbuild",