takumi-markdown 1.0.2 → 1.0.3

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": "takumi-markdown",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Beautiful Markdown renderer for React with Japanese typography optimization and ruby notation support",
5
5
  "author": "ischca",
6
6
  "license": "MIT",
@@ -39,9 +39,12 @@
39
39
  "scripts": {
40
40
  "dev": "vite",
41
41
  "build": "tsc -b && vite build",
42
- "build:lib": "vite build --config vite.config.lib.ts && tsc -p tsconfig.lib.json",
42
+ "build:lib": "vite build --config vite.config.lib.ts && tsc -p tsconfig.lib.json && node scripts/copy-styles.js",
43
+ "predeploy": "npm run build",
44
+ "deploy": "gh-pages -d dist",
43
45
  "lint": "eslint .",
44
46
  "preview": "vite preview",
47
+ "test:ssr": "node scripts/ssr-smoke.mjs && node scripts/ssr-smoke.cjs && node scripts/assert-css.mjs",
45
48
  "prepublishOnly": "npm run build:lib"
46
49
  },
47
50
  "peerDependencies": {
@@ -65,6 +68,7 @@
65
68
  "eslint": "^9.39.1",
66
69
  "eslint-plugin-react-hooks": "^7.0.1",
67
70
  "eslint-plugin-react-refresh": "^0.4.24",
71
+ "gh-pages": "^6.3.0",
68
72
  "globals": "^16.5.0",
69
73
  "react": "^19.2.0",
70
74
  "react-dom": "^19.2.0",