@mevbg/nuxt-kit 0.1.3 → 0.1.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.
- package/dist/module.json +1 -1
- package/package.json +3 -2
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mevbg/nuxt-kit",
|
|
3
3
|
"title": "Mev’s Nuxt Kit",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.4",
|
|
5
5
|
"description": "Mev’s personal Nuxt kit module.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"nuxt kit",
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"dev": "npm run dev:prepare && nuxi dev playground",
|
|
50
50
|
"dev:build": "nuxi build playground",
|
|
51
51
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|
|
52
|
+
"playground:generate": "nuxi generate playground",
|
|
52
53
|
"release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
|
|
53
54
|
"lint": "eslint .",
|
|
54
55
|
"lint:fix": "eslint . --fix",
|
|
@@ -61,7 +62,7 @@
|
|
|
61
62
|
},
|
|
62
63
|
"dependencies": {
|
|
63
64
|
"@mevbg/design-essentials-vendor": "^2.0.4",
|
|
64
|
-
"@mevbg/nuxt-color-scheme": "^1.0.
|
|
65
|
+
"@mevbg/nuxt-color-scheme": "^1.0.4",
|
|
65
66
|
"@nuxt/kit": "^4.0.3"
|
|
66
67
|
},
|
|
67
68
|
"devDependencies": {
|