Skip to content

Commit

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

0 comments on commit c5aa6e6

Please sign in to comment.