@tpzdsp/next-toolkit 2.5.0 → 2.5.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tpzdsp/next-toolkit",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "A reusable React component library for Next.js applications",
5
5
  "packageManager": "pnpm@11.5.3",
6
6
  "engines": {
@@ -124,7 +124,7 @@
124
124
  "storybook": "storybook dev -p 6006",
125
125
  "build-storybook": "storybook build",
126
126
  "release": "semantic-release",
127
- "postinstall": "if [ \"$CI\" != \"true\" ]; then ./postinstall.sh; fi"
127
+ "prepare": "if [ \"$CI\" != \"true\" ]; then husky && git config commit.template .gitmessage; fi"
128
128
  },
129
129
  "devDependencies": {
130
130
  "@better-fetch/fetch": "^1.3.1",