Skip to content

Commit

Permalink
fix: install reflect-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bassochette committed Feb 25, 2022
1 parent 73ebb1e commit c6c0f3e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 47 deletions.
59 changes: 13 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
},
"dependencies": {
"@nestjs/common": "^8.3.1",
"redis": "^4.0.4"
"redis": "^4.0.4",
"reflect-metadata": "^0.1.13"
},
"lint-staged": {
"*.{ts}": "prettier --write"
Expand Down

0 comments on commit c6c0f3e

Please sign in to comment.