@vueless/nuxt 0.0.9-beta.30 → 0.0.9-beta.31

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/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.13.0"
6
6
  },
7
- "version": "0.0.9-beta.30",
7
+ "version": "0.0.9-beta.31",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.1",
10
10
  "unbuild": "3.5.0"
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/nuxt",
3
- "version": "0.0.9-beta.30",
3
+ "version": "0.0.9-beta.31",
4
4
  "license": "MIT",
5
5
  "description": "Nuxt Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -37,9 +37,8 @@
37
37
  "dist"
38
38
  ],
39
39
  "scripts": {
40
- "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
41
- "dev:clear": "nuxi cleanup && cd playground && rm -rf .nuxt .output node_modules/.cache",
42
- "dev": "npm run dev:clear && npm run dev:prepare && nuxi dev playground",
40
+ "dev": "npm run dev:prepare && nuxi dev playground",
41
+ "dev:prepare": "nuxi cleanup playground && nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
43
42
  "dev:build": "nuxi build playground",
44
43
  "dev:preview": "nuxi preview playground",
45
44
  "prepack": "nuxt-module-build build && cp package.json LICENSE README.md dist/",
@@ -80,6 +79,5 @@
80
79
  },
81
80
  "bugs": {
82
81
  "url": "https://github.com/vuelessjs/vueless-module-nuxt/issues"
83
- },
84
- "web-types": "./node_modules/vueless/web-types.json"
82
+ }
85
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/nuxt",
3
- "version": "0.0.9-beta.30",
3
+ "version": "0.0.9-beta.31",
4
4
  "license": "MIT",
5
5
  "description": "Nuxt Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -37,9 +37,8 @@
37
37
  "dist"
38
38
  ],
39
39
  "scripts": {
40
- "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
41
- "dev:clear": "nuxi cleanup && cd playground && rm -rf .nuxt .output node_modules/.cache",
42
- "dev": "npm run dev:clear && npm run dev:prepare && nuxi dev playground",
40
+ "dev": "npm run dev:prepare && nuxi dev playground",
41
+ "dev:prepare": "nuxi cleanup playground && nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
43
42
  "dev:build": "nuxi build playground",
44
43
  "dev:preview": "nuxi preview playground",
45
44
  "prepack": "nuxt-module-build build && cp package.json LICENSE README.md dist/",
@@ -80,6 +79,5 @@
80
79
  },
81
80
  "bugs": {
82
81
  "url": "https://github.com/vuelessjs/vueless-module-nuxt/issues"
83
- },
84
- "web-types": "./node_modules/vueless/web-types.json"
82
+ }
85
83
  }