@docusaurus/remark-plugin-npm2yarn 2.0.0-beta.8bda3b2db → 2.0.0-beta.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/remark-plugin-npm2yarn",
3
- "version": "2.0.0-beta.8bda3b2db",
3
+ "version": "2.0.0-beta.9",
4
4
  "description": "Remark plugin for converting npm commands to Yarn commands as tabs.",
5
5
  "main": "src/index.js",
6
6
  "publishConfig": {
@@ -25,7 +25,7 @@
25
25
  "react-dom": "^16.8.4 || ^17.0.0"
26
26
  },
27
27
  "engines": {
28
- "node": ">=12.13.0"
28
+ "node": ">=14"
29
29
  },
30
- "gitHead": "11a61b194f840ae0d554849a71c0d9447ef770af"
30
+ "gitHead": "8a491fc29ad002f90e97f5b5fe4178ac8fa0c4d7"
31
31
  }
@@ -5,8 +5,6 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
 
8
- /* eslint-disable no-param-reassign */
9
-
10
8
  import remark from 'remark';
11
9
  import npm2yarn from '../index';
12
10
  import vfile from 'to-vfile';