@md-plugins/md-plugin-inlinecode 0.1.0-beta.1 → 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 +4 -4
package/README.md CHANGED
@@ -15,6 +15,8 @@ Install the plugin via your preferred package manager:
15
15
  ```bash
16
16
  # with pnpm:
17
17
  pnpm add @md-plugins/md-plugin-inlinecode
18
+ # with bun:
19
+ bun add @md-plugins/md-plugin-inlinecode
18
20
  # with Yarn:
19
21
  yarn add @md-plugins/md-plugin-inlinecode
20
22
  # with npm:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/md-plugin-inlinecode",
3
- "version": "0.1.0-beta.1",
3
+ "version": "0.1.0-beta.11",
4
4
  "description": "A markdown-it plugin for handling inline code.",
5
5
  "keywords": [
6
6
  "markdown-it",
@@ -37,11 +37,11 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/markdown-it": "^14.1.2",
40
- "markdown-it": "^14.1.1",
41
- "@md-plugins/shared": "0.1.0-beta.1"
40
+ "markdown-it": "^14.2.0",
41
+ "@md-plugins/shared": "0.1.0-beta.11"
42
42
  },
43
43
  "peerDependencies": {
44
- "markdown-it": "^14.1.0"
44
+ "markdown-it": "^14.2.0"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "unbuild",