Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyaoi committed Nov 29, 2018
1 parent da0af6a commit 339e95c
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 137 deletions.
157 changes: 51 additions & 106 deletions discovery/package-lock.json

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

9 changes: 5 additions & 4 deletions discovery/package.json
Expand Up @@ -16,7 +16,7 @@
"@aws/dynamodb-data-mapper": "^0.7.3",
"@aws/dynamodb-data-mapper-annotations": "^0.7.3",
"@koa/cors": "^2.2.2",
"@types/koa": "^2.0.46",
"@types/koa": "^2.0.47",
"@types/koa-helmet": "^3.1.2",
"@types/koa-passport": "^4.0.2",
"@types/koa-router": "^7.0.35",
Expand All @@ -25,7 +25,8 @@
"@types/parse": "^2.1.0",
"@types/passport": "^0.4.7",
"@types/winston": "^2.4.4",
"aws-sdk": "^2.359.0",
"aws-sdk": "^2.362.0",
"axios": "^0.18.0",
"dotenv": "^6.1.0",
"guid-typescript": "^1.0.9",
"http-status-codes": "^1.3.0",
Expand All @@ -48,9 +49,9 @@
"@types/supertest": "^2.0.6",
"cross-env": "^5.2.0",
"jest": "^23.6.0",
"nodemon": "1.18.6",
"nodemon": "^1.18.6",
"supertest": "^3.3.0",
"ts-jest": "^23.10.4",
"ts-jest": "^23.10.5",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "3.1.6"
Expand Down

0 comments on commit 339e95c

Please sign in to comment.