koa2-swagger-ui
Advanced tools
Comparing version 2.6.6 to 2.6.7
{ | ||
"name": "koa2-swagger-ui", | ||
"version": "2.6.6", | ||
"version": "2.6.7", | ||
"description": "Swagger UI middleware for koa", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"test": "mocha test/*.js", | ||
"start": "nodemon examples/example.js", | ||
"start": "node examples/example.js", | ||
"lint": "eslint --format=node_modules/eslint-formatter-pretty lib test", | ||
@@ -21,3 +21,3 @@ "coverage": "nyc npm test" | ||
"devDependencies": { | ||
"eslint": "^4.12.1", | ||
"eslint": "^4.14.0", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
@@ -29,6 +29,5 @@ "eslint-formatter-pretty": "^1.3.0", | ||
"mocha": "^4.0.1", | ||
"nodemon": "^1.12.1", | ||
"nyc": "^11.3.0", | ||
"nyc": "^11.4.1", | ||
"supertest": "^3.0.0", | ||
"swagger-ui": "3.6.0" | ||
"swagger-ui": "3.8.0" | ||
}, | ||
@@ -35,0 +34,0 @@ "nyc": { |
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
10
11657