@md-plugins/shared 0.1.0-alpha.25 → 0.1.0-alpha.27

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 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,12 +14,12 @@ The `@md-plugins/shared` package provides common utilities, types, and helpers u
14
14
  Install the plugin via your preferred package manager:
15
15
 
16
16
  ```bash
17
- # With npm:
18
- npm install @md-plugins/shared
19
- # Or with Yarn:
20
- yarn add @md-plugins/shared
21
- # Or with pnpm:
17
+ # with pnpm:
22
18
  pnpm add @md-plugins/shared
19
+ # with Yarn:
20
+ yarn add @md-plugins/shared
21
+ # with npm:
22
+ npm install @md-plugins/shared
23
23
  ```
24
24
 
25
25
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/shared",
3
- "version": "0.1.0-alpha.25",
3
+ "version": "0.1.0-alpha.27",
4
4
  "description": "Shared functions and utilities for md-plugins.",
5
5
  "keywords": [
6
6
  "markdown-it",