We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a0409 commit e78f002Copy full SHA for e78f002
.changeset/drop-node-20.md
@@ -0,0 +1,6 @@
1
+---
2
+'@benhigham/stylelint-config': patch
3
4
+
5
+- Normalise `engines.node` to `>=22` (was `>=22.15.0`) for consistency with other config repos
6
+- Bump `packageManager` to `pnpm@10.32.1`
package.json
@@ -21,9 +21,9 @@
21
"exports": "./src/index.js",
22
"sideEffects": false,
23
"engines": {
24
- "node": ">=22.15.0"
+ "node": ">=22"
25
},
26
- "packageManager": "pnpm@10.15.0",
+ "packageManager": "pnpm@10.32.1",
27
"scripts": {
28
"format": "prettier --write .",
29
"format:check": "prettier --check .",
0 commit comments