globalfy-design-system 0.2.7 → 0.2.8

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/README.md +4 -0
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -38,3 +38,7 @@ fix(validations): missing email validation
38
38
  - Unit tests use [Jest](<[https://https://jestjs.io//](https://jestjs.io/)>) with [react-testing-library](https://testing-library.com/docs/react-testing-library/intro/)
39
39
  - All components developed must have tests
40
40
  - Test coverage must be 100%
41
+
42
+ ### Storybook
43
+
44
+ [Latest](https://master--656d00bf4424d3a1061d5ce1.chromatic.com/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globalfy-design-system",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Globalfy Design System",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -10,7 +10,6 @@
10
10
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
11
11
  "storybook": "storybook dev -p 6006",
12
12
  "build-storybook": "storybook build",
13
- "postinstall": "husky install",
14
13
  "chromatic": "npx chromatic --project-token=chpt_b819f048be8413f"
15
14
  },
16
15
  "dependencies": {