Skip to content

Commit

Permalink
Merge pull request #65 from AthennaIO/develop
Browse files Browse the repository at this point in the history
Install reflect-metadata
  • Loading branch information
jlenon7 authored Mar 29, 2023
2 parents 15bed3a + c375b5f commit 5bb47d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/cli",
"version": "3.1.0",
"version": "3.1.1",
"description": "Athenna CLI to create new Athenna projects.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down Expand Up @@ -54,7 +54,8 @@
"@athenna/ioc": "^3.2.0",
"@athenna/logger": "^3.2.0",
"@athenna/view": "^3.1.0",
"cls-rtracer": "^2.6.2"
"cls-rtracer": "^2.6.2",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@athenna/test": "^3.3.0",
Expand Down Expand Up @@ -88,7 +89,6 @@
"eslint-plugin-promise": "^6.1.1",
"minimist": "^1.2.7",
"prettier": "^2.8.7",
"reflect-metadata": "^0.1.13",
"sinon": "^15.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
Expand Down

0 comments on commit 5bb47d2

Please sign in to comment.