Skip to content

Commit

Permalink
fix(detector): adds missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Oct 13, 2024
1 parent 8557cef commit fda0bc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions detector/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "smelly-detector",
"private": false,
"version": "0.0.2",
"version": "0.0.3",
"description": "Find out the smells in your tests, suggestions for correction and the theory behind them",
"main": "build/src/index.js",
"types": "types/src/index.d.ts",
"dependencies": {
"commander": "^12.1.0",
"esprima": "^4.0.1",
"handlebars": "^4.7.8"
"handlebars": "^4.7.8",
"typescript": "*"
},
"repository": {
"url": "git+https://github.com/marabesi/smelly-test.git#main"
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

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

0 comments on commit fda0bc9

Please sign in to comment.