We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc22497 commit 1ca04bfCopy full SHA for 1ca04bf
docusaurus.config.ts
@@ -11,7 +11,7 @@ import packageJsonParser from './src/config/PackageJsonParser';
11
12
const remarkOptions = {
13
remarkPlugins: [
14
- [ npm2yarn, { sync: true, converters: [ 'yarn' ] } ],
+ [ npm2yarn, { sync: true, converters: [ 'yarn', 'pnpm' ] } ],
15
[ tabBlocks, {
16
sync: true,
17
labels: [
0 commit comments