Skip to content

Commit

Permalink
Version bump & updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tobilg committed Jul 31, 2018
1 parent f3c4cbe commit 1cfc650
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 27 deletions.
59 changes: 35 additions & 24 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api2html",
"version": "0.2.0",
"version": "0.2.1",
"description": "A CLI tool to transform Swagger/OpenAPI/AsyncAPI docs to beautiful HTML pages via Shin/Widdershin.",
"main": "bin/api2html.js",
"scripts": {
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"homepage": "https://github.com/tobilg/api2html#readme",
"dependencies": {
"commander": "^2.15.1",
"commander": "^2.16.0",
"shins": "^2.3.1",
"widdershins": "^3.4.2"
"widdershins": "^3.6.0"
}
}

0 comments on commit 1cfc650

Please sign in to comment.