next-i18next 11.1.0 → 11.1.1

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 (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-i18next",
3
- "version": "11.1.0",
3
+ "version": "11.1.1",
4
4
  "repository": "git@github.com:i18next/next-i18next.git",
5
5
  "author": "i18next",
6
6
  "funding": [
@@ -59,7 +59,6 @@
59
59
  "contributors:check": "all-contributors check",
60
60
  "contributors:add": "all-contributors add",
61
61
  "contributors:generate": "all-contributors generate",
62
- "postinstall": "cd examples/simple && npm install",
63
62
  "preversion": "npm run test && npm run build && git push",
64
63
  "postversion": "git push && git push --tags && npm run release",
65
64
  "release": "gh-release"