Skip to content

Commit c07f679

Browse files
authored
fix: restore vue peer deps + point docs GitHub link to fork (#32)
Co-authored-by: Chase Giunta <chasegiunta@users.noreply.github.com>
1 parent 6a09cd1 commit c07f679

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ export default defineConfig({
2828
},
2929
],
3030

31-
socialLinks: [{ icon: "github", link: "https://github.com/jshmrtn/vue3-gettext/" }],
31+
socialLinks: [{ icon: "github", link: "https://github.com/RareFormLabs/vue3-gettext/" }],
3232
},
3333
});

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"node": ">= 20.20.0"
5454
},
5555
"peerDependencies": {
56-
"@vue/compiler-sfc": ">=3.5.28",
57-
"vue": ">=3.5.28"
56+
"@vue/compiler-sfc": ">=3.0.0",
57+
"vue": ">=3.0.0"
5858
},
5959
"dependencies": {
6060
"chalk": "^5.6.2",

0 commit comments

Comments
 (0)