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 5a0701f commit 3e2e7d8Copy full SHA for 3e2e7d8
package.json
@@ -53,7 +53,7 @@
53
"@release-it/conventional-changelog": "^10.0.5",
54
"@types/node": "~24.11.0",
55
"c8": "^11.0.0",
56
- "copyfiles": "^2.4.1",
+ "cpy-cli": "^7.0.0",
57
"del-cli": "^7.0.0",
58
"eslint": "^9.39.2",
59
"prettier": "^3.8.1",
@@ -74,6 +74,11 @@
74
"optional": true
75
}
76
},
77
+ "overrides": {
78
+ "c8": {
79
+ "yargs": "^18.0.0"
80
+ }
81
+ },
82
"author": "Romain Lanz <romain.lanz@pm.me>",
83
"license": "MIT",
84
"keywords": [
0 commit comments