Skip to content

Commit

Permalink
Updated deps (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemremengu committed Sep 27, 2018
1 parent d2b4e1f commit c276867
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -32,9 +32,9 @@
"fastify": "^1.9.0",
"fs-extra": "^7.0.0",
"pre-commit": "^1.2.2",
"standard": "^11.0.0",
"standard": "^12.0.1",
"swagger-parser": "^5.0.1",
"swagger-ui-dist": "3.18.2",
"swagger-ui-dist": "3.19.0",
"tap": "^12.0.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions test/swagger.js
Expand Up @@ -19,7 +19,7 @@ const swaggerInfo = {
consumes: ['application/json'],
produces: ['application/json'],
tags: [
{name: 'tag'}
{ name: 'tag' }
],
externalDocs: {
description: 'Find more info here',
Expand Down Expand Up @@ -557,7 +557,7 @@ test('swagger json output should not omit enum part in params config', t => {
params: {
type: 'object',
properties: {
enumKey: {type: 'string', enum: ['enum1', 'enum2']}
enumKey: { type: 'string', enum: ['enum1', 'enum2'] }
}
}
}
Expand Down

0 comments on commit c276867

Please sign in to comment.