react-markdown-table-ts 1.4.7 → 1.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-markdown-table-ts",
3
- "version": "1.4.7",
3
+ "version": "1.4.8",
4
4
  "description": "A React component that converts structured data into formatted Markdown table syntax and displays it in a styled code block with optional line numbers.",
5
5
  "keywords": [
6
6
  "markdown",
@@ -52,8 +52,7 @@
52
52
  "test:watch": "jest --watch",
53
53
  "test:coverage": "jest --coverage",
54
54
  "storybook": "storybook dev -p 6006",
55
- "build-storybook": "storybook build",
56
- "prepublishOnly": "npm run build"
55
+ "build-storybook": "storybook build"
57
56
  },
58
57
  "peerDependencies": {
59
58
  "react": ">=18.0.0",