Skip to content

Commit

Permalink
fix: move runtime libraries to dependencies (#3204)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Kendall <bkend@google.com>
  • Loading branch information
exKAZUu and bkendall authored Mar 11, 2021
1 parent e0a36ad commit d14cd4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"cross-spawn": "^7.0.1",
"csv-streamify": "^3.0.4",
"dotenv": "^6.1.0",
"exegesis": "^2.5.6",
"exegesis-express": "^2.0.0",
"exit-code": "^1.0.2",
"express": "^4.16.4",
Expand Down Expand Up @@ -134,6 +135,7 @@
"update-notifier": "^4.1.0",
"uuid": "^3.0.0",
"winston": "^3.0.0",
"winston-transport": "^4.4.0",
"ws": "^7.2.3"
},
"devDependencies": {
Expand Down Expand Up @@ -184,7 +186,6 @@
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-jsdoc": "^30.7.13",
"eslint-plugin-prettier": "^3.3.1",
"exegesis": "^2.5.6",
"firebase": "^7.24.0",
"firebase-admin": "^9.4.2",
"firebase-functions": "^3.11.0",
Expand All @@ -201,7 +202,6 @@
"supertest": "^3.3.0",
"swagger2openapi": "^6.0.3",
"ts-node": "^9.1.1",
"typescript": "^3.9.5",
"winston-transport": "^4.4.0"
"typescript": "^3.9.5"
}
}

0 comments on commit d14cd4c

Please sign in to comment.