@docusaurus/remark-plugin-npm2yarn 2.0.0-beta.21 → 2.0.0-beta.22

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -62,4 +62,4 @@ module.exports = {
62
62
 
63
63
  | Property | Type | Default | Description |
64
64
  | --- | --- | --- | --- |
65
- | `sync` | `boolean` | `false` | Syncing tab choices (yarn and npm). See https://docusaurus.io/docs/markdown-features/#syncing-tab-choices for details. |
65
+ | `sync` | `boolean` | `false` | Syncing tab choices (Yarn and npm). See https://docusaurus.io/docs/markdown-features/#syncing-tab-choices for details. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/remark-plugin-npm2yarn",
3
- "version": "2.0.0-beta.21",
3
+ "version": "2.0.0-beta.22",
4
4
  "description": "Remark plugin for converting npm commands to Yarn commands as tabs.",
5
5
  "main": "lib/index.js",
6
6
  "publishConfig": {
@@ -30,5 +30,5 @@
30
30
  "engines": {
31
31
  "node": ">=16.14"
32
32
  },
33
- "gitHead": "69ac49fc6909517f13615ee40290c4bd00c39df4"
33
+ "gitHead": "daf9e462c4eebb7ac26a940932311f987e768f87"
34
34
  }