Skip to content

Commit

Permalink
Override for reflect-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 22, 2023
1 parent c43ef5e commit 31a2922
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions backend/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 backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"*.{js,ts}": "./node_modules/.bin/eslint --cache --fix"
},
"overrides": {
"minimist@<1.2.6": "1.2.6"
"minimist@<1.2.6": "1.2.6",
"reflect-metadata": "^0.2.0"
}
}

0 comments on commit 31a2922

Please sign in to comment.