iris-gantt 1.5.2 → 1.5.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iris-gantt",
3
- "version": "1.5.2",
3
+ "version": "1.5.4",
4
4
  "description": "A comprehensive, production-ready Gantt chart component built with React and TypeScript. Easy to install, simple to use.",
5
5
  "keywords": [
6
6
  "gantt",
@@ -58,7 +58,7 @@
58
58
  "lint": "eslint .",
59
59
  "preview": "vite preview",
60
60
  "storybook": "storybook dev -p 6006",
61
- "build-storybook": "storybook build"
61
+ "build-storybook": "storybook build --output-dir storybook-static"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@fortawesome/fontawesome-svg-core": "^6.7.2",