@md-plugins/md-plugin-imports 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 +2 -2
package/README.md CHANGED
@@ -16,12 +16,12 @@ The imports are stored in the `pageScripts` property of the Markdown-It environm
16
16
  Install the plugin via your preferred package manager:
17
17
 
18
18
  ```bash
19
- # With npm:
20
- npm install @md-plugins/md-plugin-imports
21
- # Or with Yarn:
22
- yarn add @md-plugins/md-plugin-imports
23
- # Or with pnpm:
19
+ # with pnpm:
24
20
  pnpm add @md-plugins/md-plugin-imports
21
+ # with Yarn:
22
+ yarn add @md-plugins/md-plugin-imports
23
+ # with npm:
24
+ npm install @md-plugins/md-plugin-imports
25
25
  ```
26
26
 
27
27
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/md-plugin-imports",
3
- "version": "0.1.0-alpha.25",
3
+ "version": "0.1.0-alpha.27",
4
4
  "description": "A markdown-it plugin for handling imports in markdown files.",
5
5
  "keywords": [
6
6
  "markdown-it",
@@ -35,7 +35,7 @@
35
35
  "devDependencies": {
36
36
  "markdown-it": "^14.1.0",
37
37
  "@types/markdown-it": "^14.1.2",
38
- "@md-plugins/shared": "0.1.0-alpha.25"
38
+ "@md-plugins/shared": "0.1.0-alpha.27"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "markdown-it": "^14.1.0"