Skip to content

Commit

Permalink
Merge branch 'release/1.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
davesag committed Oct 19, 2019
2 parents dd30cb7 + 799ef16 commit ad87289
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@davesag/api-server-boilerplate",
"version": "1.0.6",
"version": "1.0.7",
"description": "Dave Sag's boilerplate code for a swagger based API server",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -39,12 +39,12 @@
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"http-status-codes": "^1.3.2",
"node-http-error": "^2.0.0",
"route-async": "^1.0.5",
"swagger-routes-express": "^3.0.5",
"swagger-routes-express": "^3.1.0",
"swagger-ui-express": "^4.1.2",
"traverse-folders": "^1.1.0",
"yamljs": "^0.3.0"
Expand All @@ -61,14 +61,14 @@
"eslint-config-prettier": "^6.4.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^6.1.1",
"eslint-plugin-mocha": "^6.2.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"mocha": "^6.2.1",
"mocha": "^6.2.2",
"mock-req-res": "^1.1.2",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
Expand Down

0 comments on commit ad87289

Please sign in to comment.