@dargmuesli/nuxt-cookie-control 5.8.2 → 5.8.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 -3
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dargmuesli/nuxt-cookie-control",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.4",
|
|
4
4
|
"description": "Nuxt Cookies Control Module",
|
|
5
5
|
"author": "Dario Ferderber <dario.ferderber@broj42.com>",
|
|
6
6
|
"maintainers": [
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"src/locale"
|
|
34
34
|
],
|
|
35
35
|
"scripts": {
|
|
36
|
-
"prepack": "
|
|
36
|
+
"prepack": "nuxt-module-build",
|
|
37
37
|
"dev": "nuxi dev playground",
|
|
38
|
-
"dev:prepare": "nuxt-module-build --stub && nuxi prepare
|
|
38
|
+
"dev:prepare": "nuxt-module-build --stub && cd playground && nuxi prepare",
|
|
39
39
|
"dev:build": "nuxi build playground",
|
|
40
40
|
"lint": "pnpm prepack && eslint --ext .js,.ts,.vue . && nuxi typecheck playground",
|
|
41
41
|
"prepare": "husky install && pnpm dev:prepare"
|