Skip to content

Commit c12754d

Browse files
committed
Merge pull request #28 from joeybaker/patch-1
fix: loosen peerDependency requirements
2 parents ec0ed81 + cdb58ee commit c12754d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"precommit-hook": "^3.0.0"
2828
},
2929
"peerDependencies": {
30-
"postcss": "4.x",
31-
"postcss-modules-extract-imports": "0.x",
32-
"postcss-modules-local-by-default": "0.x",
33-
"postcss-modules-scope": "0.x"
30+
"postcss": ">=4.x",
31+
"postcss-modules-extract-imports": ">=0.x",
32+
"postcss-modules-local-by-default": ">=0.x",
33+
"postcss-modules-scope": ">=0.x"
3434
},
3535
"scripts": {
3636
"start": "esw -w .",

0 commit comments

Comments
 (0)