@vueless/nuxt 1.0.1-beta.12 → 1.0.1-beta.13

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.
package/README.md CHANGED
@@ -39,7 +39,7 @@ Vueless is simple enough for everyday use and powerful enough for advanced scena
39
39
  - 🔩️ Add or hide props to components
40
40
  - 🧿 `npm` package ships full source without TypeScript transpilation for better DX.
41
41
 
42
- ## Quick Start (Nuxt)
42
+ ## Quick Start
43
43
 
44
44
  1. Install Vueless Nuxt module.
45
45
 
package/dist/README.md CHANGED
@@ -39,7 +39,7 @@ Vueless is simple enough for everyday use and powerful enough for advanced scena
39
39
  - 🔩️ Add or hide props to components
40
40
  - 🧿 `npm` package ships full source without TypeScript transpilation for better DX.
41
41
 
42
- ## Quick Start (Nuxt)
42
+ ## Quick Start
43
43
 
44
44
  1. Install Vueless Nuxt module.
45
45
 
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.13.0"
6
6
  },
7
- "version": "1.0.1-beta.12",
7
+ "version": "1.0.1-beta.13",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/nuxt",
3
- "version": "1.0.1-beta.12",
3
+ "version": "1.0.1-beta.13",
4
4
  "description": "Nuxt Styleless UI Component Library, powered by Tailwind CSS.",
5
5
  "author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
6
6
  "homepage": "https://vueless.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/nuxt",
3
- "version": "1.0.1-beta.12",
3
+ "version": "1.0.1-beta.13",
4
4
  "description": "Nuxt Styleless UI Component Library, powered by Tailwind CSS.",
5
5
  "author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
6
6
  "homepage": "https://vueless.com",