Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Oct 30, 2024
1 parent b117758 commit 5bbefb5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-swagger-doc",
"version": "0.4.0",
"version": "0.4.1",
"keywords": [
"next-swagger",
"next-swagger-doc",
Expand All @@ -26,7 +26,10 @@
"bin": {
"next-swagger-doc-cli": "dist/cli.js"
},
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"scripts": {
"build": "pkgroll",
"coverage": "vitest run --coverage",
Expand Down

0 comments on commit 5bbefb5

Please sign in to comment.