koa2-swagger-ui
Advanced tools
Comparing version 2.6.10 to 2.6.11
{ | ||
"name": "koa2-swagger-ui", | ||
"version": "2.6.10", | ||
"version": "2.6.11", | ||
"description": "Swagger UI middleware for koa", | ||
@@ -9,3 +9,3 @@ "main": "lib/index.js", | ||
"start": "node examples/example.js", | ||
"lint": "eslint --format=node_modules/eslint-formatter-pretty lib test", | ||
"lint": "eslint lib test", | ||
"coverage": "nyc npm test" | ||
@@ -21,12 +21,14 @@ }, | ||
"devDependencies": { | ||
"eslint": "^4.14.0", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
"eslint-formatter-pretty": "^1.3.0", | ||
"eslint": "^4.15.0", | ||
"eslint-config-standard": "^11.0.0-beta.0", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-node": "^5.2.1", | ||
"eslint-plugin-promise": "^3.6.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"koa": "^2.4.1", | ||
"koa-router": "^7.3.0", | ||
"mocha": "^4.1.0", | ||
"mocha": "^5.0.0", | ||
"nyc": "^11.4.1", | ||
"supertest": "^3.0.0", | ||
"swagger-ui-dist": "3.9.0" | ||
"swagger-ui-dist": "3.9.1" | ||
}, | ||
@@ -33,0 +35,0 @@ "nyc": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11872
12