hapi-swagger-static
Advanced tools
Comparing version
{ | ||
"name": "hapi-swagger-static", | ||
"version": "2.0.0-beta.3", | ||
"version": "2.0.0-beta.4", | ||
"description": "A small companion plugin for `hapi-swagger` or `hapi-swaggered` providing a static html documentation page as hapi route", | ||
@@ -51,3 +51,3 @@ "main": "src/index.js", | ||
"nyc": "^11.4.1", | ||
"sinon": "^4.2.2", | ||
"sinon": "^4.2.3", | ||
"sinon-chai": "^2.14.0", | ||
@@ -58,5 +58,5 @@ "vision": "^5.3.1" | ||
"bluebird": "^3.5.1", | ||
"openapi2html": "^1.0.0-beta.2", | ||
"openapi2html": "^1.0.0-beta.3", | ||
"swagger-parser": "^4.0.2" | ||
} | ||
} |
Updated