Skip to content

Commit

Permalink
feat(generators/with-postgres-typeorm): add pluralize module
Browse files Browse the repository at this point in the history
  • Loading branch information
phatpham9 committed Feb 15, 2021
1 parent 161421e commit 3a915be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generators/with-postgres-typeorm/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"http-status-codes": "*",
"morgan": "*",
"pg": "*",
"pluralize": "*",
"reflect-metadata": "*",
"source-map-support": "*",
"typeorm": "*",
Expand All @@ -44,6 +45,7 @@
"@boringcodes/prettier-config": "*",
"@types/express": "*",
"@types/morgan": "*",
"@types/pluralize": "*",
"@types/yup": "*",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
Expand Down

0 comments on commit 3a915be

Please sign in to comment.