@nuxtjs/seo 4.0.1 → 4.0.2

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.
Files changed (2) hide show
  1. package/dist/module.json +1 -1
  2. package/package.json +1 -2
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "nuxt": ">=3.16.0"
5
5
  },
6
6
  "configKey": "nuxtseo",
7
- "version": "4.0.1",
7
+ "version": "4.0.2",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxtjs/seo",
3
3
  "type": "module",
4
- "version": "4.0.1",
4
+ "version": "4.0.2",
5
5
  "description": "Fully equipped Technical SEO for busy Nuxters.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",
@@ -105,7 +105,6 @@
105
105
  "test": "pnpm prepare:fixtures && vitest",
106
106
  "test:run": "pnpm prepare:fixtures && vitest run",
107
107
  "test:attw": "attw --pack",
108
- "postinstall": "simple-git-hooks",
109
108
  "release": "pnpm build && bumpp --output=CHANGELOG.md"
110
109
  }
111
110
  }