Skip to content

Commit d423c7d

Browse files
committed
2.0.2
1 parent 8ac52f8 commit d423c7d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.1",
2+
"version": "2.0.2",
33
"name": "mockbin",
44
"description": "Test, mock, and track HTTP requests & responses between libraries, sockets and APIs",
55
"author": "Kong (https://www.konghq.com/)",
@@ -25,7 +25,13 @@
2525
"engines": {
2626
"node": ">=22"
2727
},
28-
"files": ["bin", "docs", "src", "lib", "server.js"],
28+
"files": [
29+
"bin",
30+
"docs",
31+
"src",
32+
"lib",
33+
"server.js"
34+
],
2935
"bugs": {
3036
"url": "https://github.com/Kong/mockbin/issues"
3137
},

0 commit comments

Comments
 (0)