Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiaanduplessis committed Jun 21, 2022
1 parent a034b5d commit 13bd91d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ $ kill-port --port 8080,5000,3000
$ kill-port 9000 3000 5000
```

You can also use [npx](https://nodejs.dev/learn/the-npx-nodejs-package-runner) to `kill-port` without manually installing it globally:
You can also use [npx](https://nodejs.dev/learn/the-npx-nodejs-package-runner) to `kill-port` without installing:

```sh
# Kill a single port
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kill-port",
"version": "2.0.0",
"version": "2.0.1",
"description": "Kill process running on given port",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 13bd91d

Please sign in to comment.