fix-smart-quotes 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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # fix-smart-quotes
2
2
 
3
- Convert straight quotes to proper typographic ("smart") quotes in Markdown files.
3
+ Convert straight quotes to proper typographic (smart) quotes in Markdown files.
4
4
 
5
5
  | Language | Before | After |
6
6
  |----------|--------|-------|
@@ -83,6 +83,8 @@ exit 0
83
83
 
84
84
  > **Note:** Claude Code passes file paths via stdin JSON, not environment variables. The wrapper script handles this.
85
85
 
86
+ > **Important:** After changing settings.json, restart Claude Code. Hook configuration is cached at startup.
87
+
86
88
  ## Features
87
89
 
88
90
  - **Auto-detects language** via `lang:` frontmatter or content heuristics
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fix-smart-quotes",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Fix straight quotes to smart quotes in Markdown (DE/EN)",
5
5
  "main": "index.js",
6
6
  "bin": {