@scopeact/autoi18n 1.1.1 → 1.1.2

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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,7 +43,7 @@ It’s repetitive, boring, and easy to screw up.
43
43
  No global install required:
44
44
 
45
45
  ```bash
46
- npx @scopeact/auto-i18n init
46
+ npx @scopeact/autoi18n init
47
47
  ```
48
48
 
49
49
  ---
@@ -53,7 +53,7 @@ npx @scopeact/auto-i18n init
53
53
  ### 1. Initialize configuration
54
54
 
55
55
  ```bash
56
- npx @scopeact/auto-i18n init
56
+ npx @scopeact/autoi18n init
57
57
  ```
58
58
 
59
59
  This creates:
@@ -65,7 +65,7 @@ This creates:
65
65
  ### 2. Run the migration
66
66
 
67
67
  ```bash
68
- npx @scopeact/auto-i18n run
68
+ npx @scopeact/autoi18n run
69
69
  ```
70
70
 
71
71
  The tool will:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scopeact/autoi18n",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "@scopeact/autoi18n": "./dist/index.js"