Skip to content

Commit b1f0825

Browse files
committed
fix(detector): build files
1 parent 2d61aa7 commit b1f0825

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

detector/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"private": false,
44
"version": "0.0.1",
55
"description": "Find out the smells in your tests, suggestions for correction and the theory behind them",
6-
"main": "./build/src/index.js",
7-
"types": "./types/src/index.d.ts",
6+
"main": "build/src/index.js",
7+
"types": "types/src/index.d.ts",
88
"dependencies": {
99
"commander": "^12.1.0",
1010
"esprima": "^4.0.1",
1111
"handlebars": "^4.7.8"
1212
},
1313
"repository": {
14-
"url": "https://github.com/marabesi/smelly-test/tree/main/detector"
14+
"url": "git+https://github.com/marabesi/smelly-test.git#main"
1515
},
1616
"devDependencies": {
1717
"@stryker-mutator/mocha-runner": "^8.5.0",

0 commit comments

Comments
 (0)