Skip to content

Commit 1bdf111

Browse files
authored
fix: deps (#101)
1 parent 6000218 commit 1bdf111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"repository": "RadValentin/postcss-prefix-selector",
1111
"bugs": "https://github.com/RadValentin/postcss-prefix-selector/issues",
1212
"homepage": "https://github.com/RadValentin/postcss-prefix-selector",
13-
"dependencies": {
14-
"postcss": "^8.3.6"
13+
"peerDependencies": {
14+
"postcss": "7.x || 8.x"
1515
},
1616
"devDependencies": {
1717
"husky": "^4.0.2",

0 commit comments

Comments
 (0)