We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ac7b08 + 2fd73a6 commit 21c6844Copy full SHA for 21c6844
1 file changed
package.json
@@ -79,20 +79,6 @@
79
"engines": {
80
"node": "^18 || ^20 || ^22"
81
},
82
- "devEngines": {
83
- "runtime": {
84
- "name": "node",
85
- "version": "^18 || ^20 || ^22",
86
- "onFail": "warn"
87
- },
88
- "packageManager": [
89
- {
90
- "name": "npm",
91
- "version": "^10 || ^11",
92
93
- }
94
- ]
95
96
"lint-staged": {
97
"*": "npm run lint:fix"
98
}
0 commit comments