@dbalabka/chrome-wsl 0.2.2 → 0.2.4

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,10 +1,10 @@
1
1
  {
2
2
  "name": "@dbalabka/chrome-wsl",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "WSL helper to start Windows Chrome with remote debugging and socat port forwarding.",
5
- "bin": "chrome-wsl.sh",
5
+ "bin": "./chrome-wsl",
6
6
  "files": [
7
- "chrome-wsl.sh",
7
+ "chrome-wsl",
8
8
  "README.md",
9
9
  "LICENSE"
10
10
  ],
File without changes