Skip to content

Commit 3a915be

Browse files
committed
feat(generators/with-postgres-typeorm): add pluralize module
1 parent 161421e commit 3a915be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

generators/with-postgres-typeorm/templates/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"http-status-codes": "*",
3434
"morgan": "*",
3535
"pg": "*",
36+
"pluralize": "*",
3637
"reflect-metadata": "*",
3738
"source-map-support": "*",
3839
"typeorm": "*",
@@ -44,6 +45,7 @@
4445
"@boringcodes/prettier-config": "*",
4546
"@types/express": "*",
4647
"@types/morgan": "*",
48+
"@types/pluralize": "*",
4749
"@types/yup": "*",
4850
"@typescript-eslint/eslint-plugin": "*",
4951
"@typescript-eslint/parser": "*",

0 commit comments

Comments
 (0)