port-doctor-cli 1.0.0 → 1.0.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 +0 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,13 +5,6 @@
5
5
  [![npm version](https://img.shields.io/npm/v/port-doctor-cli.svg?style=flat-square)](https://www.npmjs.com/package/port-doctor-cli)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE)
7
7
 
8
- **Port Doctor** answers the question every developer asks:
9
- **`"Why won't my development server start?"`**
10
-
11
- It bridges low-level kernel sockets and opaque PIDs with rich developer workspace context: **Project Name, Git Repository, Branch, Dirty Status, Framework, Process Tree, and Uptime**.
12
-
13
- ---
14
-
15
8
  ## ⚡ Why Port Doctor?
16
9
 
17
10
  | Feature | `kill-port` | `fkill` | Raw `lsof` / `netstat` | **Port Doctor** |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "port-doctor-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "description": "Developer-first diagnostic, troubleshooting, and forensic CLI for local development ports",
6
6
  "main": "dist/index.js",
@@ -53,4 +53,4 @@
53
53
  "typescript": "^5.6.3",
54
54
  "vitest": "^2.1.8"
55
55
  }
56
- }
56
+ }