Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tobilg authored Dec 19, 2018
1 parent 5119f3c commit 03bc24d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api2html",
"version": "0.2.1",
"version": "0.2.2",
"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.16.0",
"shins": "^2.3.1",
"widdershins": "^3.6.0"
"commander": "^2.19.0",
"shins": "^2.3.2-3",
"widdershins": "^3.6.7"
}
}

0 comments on commit 03bc24d

Please sign in to comment.