@grazziotin/react-components 1.0.5 → 1.0.6

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": "@grazziotin/react-components",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Biblioteca de componentes React em TypeScript desenvolvida para uso interno",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "storybook": "storybook dev -p 6006",
18
18
  "test": "echo \"Error: no test specified\" && exit 1",
19
19
  "tsc": "tsc -d",
20
- "postinstall": "node scripts/patch-storybook-package-exports.mjs",
20
+ "patch:storybook-exports": "node scripts/patch-storybook-package-exports.mjs",
21
21
  "prepublishOnly": "npm run tsc && npm run build && npm run build:css && npm run build:fonts"
22
22
  },
23
23
  "repository": {