Skip to content

Commit c5aa6e6

Browse files
committed
feat(generators/with-mongo): add pluralize module
1 parent bb5ab07 commit c5aa6e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

generators/with-mongo/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
"mongoose": "*",
3535
"morgan": "*",
36+
"pluralize": "*",
3637
"source-map-support": "*",
3738
"yup": "*"
3839
},
@@ -43,6 +44,7 @@
4344
"@types/express": "*",
4445
"@types/mongoose": "*",
4546
"@types/morgan": "*",
47+
"@types/pluralize": "*",
4648
"@types/yup": "*",
4749
"@typescript-eslint/eslint-plugin": "*",
4850
"@typescript-eslint/parser": "*",

0 commit comments

Comments
 (0)