portcleaner 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -98,7 +98,7 @@ npm install -g portcleaner
98
98
  Then run:
99
99
 
100
100
  ```
101
- portcleaner
101
+ cleanports
102
102
  ```
103
103
 
104
104
  No configuration needed.
@@ -119,7 +119,7 @@ npm link
119
119
  Now you can run:
120
120
 
121
121
  ```
122
- portcleaner
122
+ cleanports
123
123
  ```
124
124
 
125
125
  ---
@@ -190,7 +190,7 @@ npm unlink -g portcleaner
190
190
  After uninstalling:
191
191
 
192
192
  ```
193
- portcleaner
193
+ cleanports
194
194
  ```
195
195
 
196
196
  will no longer work.
@@ -246,7 +246,7 @@ Then safely terminates them.
246
246
 
247
247
  ## Troubleshooting
248
248
 
249
- ### `portcleaner: command not found`
249
+ ### `cleanports: command not found`
250
250
 
251
251
  Restart terminal or reopen shell.
252
252
 
@@ -273,6 +273,7 @@ portcleaner
273
273
  ## Contributing
274
274
 
275
275
  Pull requests are welcome.
276
+ ( [Github Repo](https://github.com/Shubhashish-Chakraborty/port_cleaner) )
276
277
 
277
278
  Ideas:
278
279
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "portcleaner",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "A CLI utility that detects and terminates stuck development servers to free ports.",
5
5
  "main": "index.js",
6
6
  "preferGlobal": true,