@gheop/tojiru 0.1.0 → 0.1.1

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 +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,13 +34,13 @@ Comics work out of the box. Only PDF and DjVu need a system tool, detected at ru
34
34
  Requires **Node ≥ 20**.
35
35
 
36
36
  ```bash
37
- npm install -g tojiru
37
+ npm install -g @gheop/tojiru
38
38
  ```
39
39
 
40
40
  Or run it once without installing:
41
41
 
42
42
  ```bash
43
- npx tojiru book.pdf --out reader/
43
+ npx @gheop/tojiru book.pdf --out reader/
44
44
  ```
45
45
 
46
46
  From source:
@@ -110,6 +110,11 @@ MIT — see [LICENSE](LICENSE).
110
110
 
111
111
  ## Changelog
112
112
 
113
+ ### v0.1.1 — Scoped package name (2026-06-25)
114
+
115
+ - Published on npm as `@gheop/tojiru` (the unscoped `tojiru` name was taken); the installed command is still `tojiru`
116
+ - README install instructions corrected to the scoped name
117
+
113
118
  ### v0.1.0 — Initial release (2026-06-25)
114
119
 
115
120
  - PDF → vector SVG pages; CBZ/CB7/CBR/DjVu → image pages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gheop/tojiru",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Turn a fixed-page document (PDF, comic, DjVu) into a static web reader",
5
5
  "type": "module",
6
6
  "bin": {