@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 +1 -1
- package/dist/package.json +4 -6
- package/package.json +4 -6
package/dist/module.json
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueless/nuxt",
|
|
3
|
-
"version": "0.0.9-beta.
|
|
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
|
|
41
|
-
"dev:
|
|
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.
|
|
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
|
|
41
|
-
"dev:
|
|
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
|
}
|