Skip to content

Commit

Permalink
fix #70
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Manganiello authored Oct 26, 2019
1 parent fc942ec commit 01d63e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/server/templates/server/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"mongodb": "3.3.0",
<%_ } else if (prodDatabaseType === 'mysql') {_%>
"mysql2": "1.7.0",
<%_ } else if (prodDatabaseType === 'postgresql') {_%>
<%_ } else if (prodDatabaseType === 'postgres') {_%>
"pg": "7.12.1",
<%_ } else if (prodDatabaseType === 'oracle') {_%>
"oracledb": "4.0.1",
Expand Down

0 comments on commit 01d63e8

Please sign in to comment.