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.
package.json
1 parent ff9f7d9 commit 8ff8606Copy full SHA for 8ff8606
packages/stylelint/package.json
@@ -31,9 +31,6 @@
31
"copy:readme": "cpr README.md ../../build-outputs/stylelint/README.md -o",
32
"test": "vitest run --config vitest.config.ts"
33
},
34
- "peerDependencies": {
35
- "stylelint": "^14.0.0 || ^15.0.0 || ^16.0.0"
36
- },
37
"devDependencies": {
38
"postcss": "8.5.6",
39
"postcss-html": "1.8.0",
@@ -43,6 +40,9 @@
43
40
"typescript": "5.9.3",
44
41
"vitest": "3.2.4"
45
42
+ "peerDependencies": {
+ "stylelint": "^14.0.0 || ^15.0.0 || ^16.0.0"
+ },
46
"publishConfig": {
47
"registry": "https://registry.npmjs.org/",
48
"access": "public"
0 commit comments