vuetiwatch 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,8 +4,9 @@
4
4
  [![bundle](https://img.shields.io/bundlephobia/minzip/vuetiwatch?label=gzipped)](https://bundlephobia.com/package/vuetiwatch)
5
5
  [![license](https://img.shields.io/npm/l/vuetiwatch)](https://github.com/j-tap/vuetiwatch/blob/main/LICENSE)
6
6
 
7
- 🎨 Nineteen free, plug-and-play **Vuetify themes** for **[Vuetify 4](https://vuetifyjs.com/)**
8
- and Vue 3 — what [Bootswatch](https://bootswatch.com/) is to Bootstrap.
7
+ 🎨 Nineteen free, plug-and-play **Vuetify themes** for
8
+ **[Vuetify 4](https://vuetifyjs.com/)** and any Vue 3 app — what
9
+ [Bootswatch](https://bootswatch.com/) is to Bootstrap.
9
10
 
10
11
  [![The same landing page in nine of the nineteen Vuetify themes](https://raw.githubusercontent.com/j-tap/vuetiwatch/main/docs/playground-themes.webp)](https://j-tap.github.io/vuetiwatch/)
11
12
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "vuetiwatch",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "type": "module",
5
- "description": "Nineteen free, plug-and-play Vuetify themes for Vuetify 4 and Vue 3 — what Bootswatch is to Bootstrap",
5
+ "description": "Nineteen free, plug-and-play Vuetify 4 themes for Vue 3 apps — what Bootswatch is to Bootstrap",
6
6
  "license": "MIT",
7
7
  "author": "j-tap",
8
8
  "homepage": "https://j-tap.github.io/vuetiwatch/",