npm-killer 1.0.1 → 1.0.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 +0 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -179,14 +179,6 @@ MIT License — see [LICENSE](LICENSE) for details.
179
179
 
180
180
  ---
181
181
 
182
- ## Related Tools
183
-
184
- - [`kill-port`](https://www.npmjs.com/package/kill-port) — Simple port killer
185
- - [`fkill-cli`](https://github.com/sindresorhus/fkill-cli) — Cross-platform process killer
186
- - [`lsof`](https://man7.org/linux/man-pages/man8/lsof.8.html) — List open files (system tool)
187
-
188
- ---
189
-
190
182
  **Made with ❤️ for developers who hate port conflicts.**
191
183
 
192
184
  *Star this repo if it saved you time!* ⭐
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-killer",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Interactive CLI tool to kill Node.js processes on ports",
5
5
  "main": "bin/index.js",
6
6
  "bin": {