Skip to content

Commit 84f1a76

Browse files
fix: correct semver range in peerDependencies(#1)
1 parent ca60b12 commit 84f1a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuepress-plugin-export-pdf-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"registry": "https://registry.npmjs.org"
6060
},
6161
"peerDependencies": {
62-
"vuepress": "2.x"
62+
"vuepress": ">=2.0.0-beta.49 <=2.x"
6363
},
6464
"dependencies": {
6565
"@vuepress/utils": "2.0.0-beta.51",

0 commit comments

Comments
 (0)