Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav committed Jul 1, 2024
1 parent 8ac52f8 commit d423c7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.1",
"version": "2.0.2",
"name": "mockbin",
"description": "Test, mock, and track HTTP requests & responses between libraries, sockets and APIs",
"author": "Kong (https://www.konghq.com/)",
Expand All @@ -25,7 +25,13 @@
"engines": {
"node": ">=22"
},
"files": ["bin", "docs", "src", "lib", "server.js"],
"files": [
"bin",
"docs",
"src",
"lib",
"server.js"
],
"bugs": {
"url": "https://github.com/Kong/mockbin/issues"
},
Expand Down

0 comments on commit d423c7d

Please sign in to comment.