@chahuadev/junk-sweeper-app 2.0.2 → 2.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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -59,7 +59,11 @@ DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 \
59
59
 
60
60
  > **WSL2 tip:** Copy to WSL native filesystem first:
61
61
  > ```bash
62
- > cp "/mnt/d/path/to/Junk Sweeper.AppImage" /tmp/JunkSweeper.AppImage
62
+ > # Path after: npm install -g @chahuadev/junk-sweeper-app
63
+ > # (no sudo)
64
+ > cp ~/.npm-global/lib/node_modules/@chahuadev/junk-sweeper-app/bin/"Junk Sweeper.AppImage" /tmp/JunkSweeper.AppImage
65
+ > # (with sudo)
66
+ > # cp /usr/lib/node_modules/@chahuadev/junk-sweeper-app/bin/"Junk Sweeper.AppImage" /tmp/JunkSweeper.AppImage
63
67
  > chmod +x /tmp/JunkSweeper.AppImage
64
68
  > DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 /tmp/JunkSweeper.AppImage \
65
69
  > --appimage-extract-and-run --no-sandbox --disable-gpu
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chahuadev/junk-sweeper-app",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Chahuadev Junk Sweeper — AST-based dead code & silent bug detector with interactive architecture map",
5
5
  "main": "index.js",
6
6
  "bin": {