We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d61aa7 commit b1f0825Copy full SHA for b1f0825
detector/package.json
@@ -3,15 +3,15 @@
3
"private": false,
4
"version": "0.0.1",
5
"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",
+ "main": "build/src/index.js",
+ "types": "types/src/index.d.ts",
8
"dependencies": {
9
"commander": "^12.1.0",
10
"esprima": "^4.0.1",
11
"handlebars": "^4.7.8"
12
},
13
"repository": {
14
- "url": "https://github.com/marabesi/smelly-test/tree/main/detector"
+ "url": "git+https://github.com/marabesi/smelly-test.git#main"
15
16
"devDependencies": {
17
"@stryker-mutator/mocha-runner": "^8.5.0",
0 commit comments