process-killer-cli 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.
package/README.md CHANGED
@@ -67,7 +67,6 @@ Do you want to kill this process? (y/n): y
67
67
 
68
68
  You can now start your backend server on this port.
69
69
 
70
-
71
70
  ### Kill Java Application (Port 8080)
72
71
 
73
72
  ```bash
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "process-killer-cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A utility to safely find and kill processes using specific ports on Linux/macOS. Perfect for backend developers dealing with port conflicts.",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "bin": {
8
- "index.js": "./bin/index.js"
8
+ "index.js": "./bin/process-killer.js"
9
9
  },
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1"
File without changes