cinqcinqdev-seo 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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cinqcinqdev-seo",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "A reusable Nuxt 3 admin CMS module with visual page editor powered by Supabase",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"module": "./dist/module.mjs",
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
"dev": "nuxt-module-build build --stub && nuxt dev playground",
|
|
19
19
|
"dev:build": "nuxt build playground",
|
|
20
20
|
"prepare": "nuxt-module-build build --stub",
|
|
21
|
-
"
|
|
21
|
+
"prepublishOnly": "npm run build",
|
|
22
|
+
"release": "npm version patch && npm publish"
|
|
22
23
|
},
|
|
23
24
|
"peerDependencies": {
|
|
24
25
|
"@nuxtjs/supabase": ">=1.0.0",
|