Skip to content

Commit

Permalink
Separate dev dependencies and upgrade all
Browse files Browse the repository at this point in the history
  • Loading branch information
angellandros committed Feb 23, 2020
1 parent 9a525bf commit eab6194
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "express-ts-swagger-docker",
"version": "0.0.1",
"version": "0.0.2",
"description": "Express.js TypeScript template with Swagger UI and Docker Compose",
"main": "src/main.ts",
"dependencies": {
"@types/node": "^12.11.1",
"express": "^4.17.1",
"tsoa": "^2.5.7",
"typescript": "^3.6.4"
"express": "^4.17.1"
},
"devDependencies": {
"tslint": "^5.20.0"
"@types/node": "^12.12.28",
"tslint": "^5.20.0",
"tsoa": "^2.5.13",
"typescript": "^3.8.2"
},
"scripts": {
"build:routes": "mkdir -p src/routes && tsoa routes",
Expand Down

0 comments on commit eab6194

Please sign in to comment.