Skip to content

Commit

Permalink
Pkg - Use powerful instead of fully-featured in any description
Browse files Browse the repository at this point in the history
  • Loading branch information
smastrom committed Apr 14, 2024
1 parent 09fdc36 commit 8614ce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demo/utils/head.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const description = 'Notivue is a fully-featured toast notification system for Vue and Nuxt.'
const description = 'Notivue is a powerful toast notification system for Vue and Nuxt.'

export function getHead() {
return {
title: 'Notivue - Fully-featured toast notification system for Vue and Nuxt',
title: 'Notivue - Powerful toast notification system for Vue and Nuxt',
link: [
{
rel: 'icon',
Expand Down
2 changes: 1 addition & 1 deletion packages/notivue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "notivue",
"version": "2.4.1",
"private": false,
"description": "Fully-featured toast notification system for Vue and Nuxt",
"description": "Powerful toast notification system for Vue and Nuxt",
"keywords": [
"vue",
"vuejs",
Expand Down

0 comments on commit 8614ce2

Please sign in to comment.