Skip to content

Commit 2c59574

Browse files
committed
Fixed missing lcov.info
1 parent 402fa9f commit 2c59574

File tree

3 files changed

+23
-308
lines changed

3 files changed

+23
-308
lines changed

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"@types/lodash": "^4.17.13",
3333
"@types/lodash-es": "^4.17.12",
3434
"@types/node": "^22.10.4",
35-
"@vitest/coverage-istanbul": "2.1.8",
3635
"@vitest/coverage-v8": "2.1.8",
3736
"coveralls": "^3.1.1",
3837
"prettier": "^3.4.2",
@@ -41,16 +40,5 @@
4140
},
4241
"dependencies": {
4342
"lodash-es": "^4.17.21"
44-
},
45-
"pnpm": {
46-
"overrides": {
47-
"tough-cookie@<4.1.3": ">=4.1.3",
48-
"@babel/traverse@<7.23.2": ">=7.23.2",
49-
"braces@<3.0.3": ">=3.0.3",
50-
"ws@>=7.0.0 <7.5.10": ">=7.5.10",
51-
"micromatch@<4.0.8": ">=4.0.8",
52-
"cross-spawn@<6.0.6": ">=6.0.6",
53-
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5"
54-
}
5543
}
5644
}

0 commit comments

Comments
 (0)