Skip to content

Commit

Permalink
Merge pull request #9 from fabriguespe/remove_silent
Browse files Browse the repository at this point in the history
Remove silent from docs
  • Loading branch information
fabriguespe authored Jun 4, 2024
2 parents d6524df + cf24dd7 commit eb2ee81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
"typescript": "latest",
"vocs": "latest"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
}
}
1 change: 0 additions & 1 deletion packages/docs/vocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export default defineConfig({
{ text: "Text", link: "/content-types/text" },
{ text: "Reaction", link: "/content-types/reaction" },
{ text: "Reply", link: "/content-types/reply" },
{ text: "Silent", link: "/content-types/silent" },
{ text: "Bot", link: "/content-types/bot" },
{
text: "Deeplinks",
Expand Down
4 changes: 4 additions & 0 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@
"devDependencies": {
"assert": "^2.0.0",
"stream": "^0.0.2"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
}
}

0 comments on commit eb2ee81

Please sign in to comment.