Skip to content

Commit fda0bc9

Browse files
committed
fix(detector): adds missing dependency
1 parent 8557cef commit fda0bc9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

detector/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "smelly-detector",
33
"private": false,
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"description": "Find out the smells in your tests, suggestions for correction and the theory behind them",
66
"main": "build/src/index.js",
77
"types": "types/src/index.d.ts",
88
"dependencies": {
99
"commander": "^12.1.0",
1010
"esprima": "^4.0.1",
11-
"handlebars": "^4.7.8"
11+
"handlebars": "^4.7.8",
12+
"typescript": "*"
1213
},
1314
"repository": {
1415
"url": "git+https://github.com/marabesi/smelly-test.git#main"

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)