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 d9accee commit 60374d8Copy full SHA for 60374d8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@teyuto/docusaurus-plugin-json-export",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "A Docusaurus plugin to export content as JSON files",
5
"main": "src/index.js",
6
"keywords": [
@@ -12,7 +12,7 @@
12
"author": "Teyuto",
13
"license": "MIT",
14
"peerDependencies": {
15
- "@docusaurus/core": "^2.0.0"
+ "@docusaurus/core": "^2.0.0 || ^3.0.0"
16
},
17
"dependencies": {
18
"js-yaml": "^4.1.0"
0 commit comments