Skip to content

Commit 8ff8606

Browse files
authored
refactor: Reorganize peerDependencies in package.json (#5508)
due to a stylelint warning
1 parent ff9f7d9 commit 8ff8606

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/stylelint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
"copy:readme": "cpr README.md ../../build-outputs/stylelint/README.md -o",
3232
"test": "vitest run --config vitest.config.ts"
3333
},
34-
"peerDependencies": {
35-
"stylelint": "^14.0.0 || ^15.0.0 || ^16.0.0"
36-
},
3734
"devDependencies": {
3835
"postcss": "8.5.6",
3936
"postcss-html": "1.8.0",
@@ -43,6 +40,9 @@
4340
"typescript": "5.9.3",
4441
"vitest": "3.2.4"
4542
},
43+
"peerDependencies": {
44+
"stylelint": "^14.0.0 || ^15.0.0 || ^16.0.0"
45+
},
4646
"publishConfig": {
4747
"registry": "https://registry.npmjs.org/",
4848
"access": "public"

0 commit comments

Comments
 (0)